Individual flip cards in Creator+
I'd like to insert a single flip card at the bottom of my HTML page. It will serve as a short piece of interactive content with information near the end of the lesson to keep the learner engaged. However, when I insert one flip card, is aligned to the left side of the page. I understand that the typical application for flip cards is to have at least two or more in a grid, but I really like this interaction and even when playing with the HTML code I cannot get this to work in any satisfying way. Is there any way to do this easily and have it look good?
Thanks!
Answers
-
Hello @Terry.S.379
Thank you for reaching out to the Brightspace Community.
Creator+ flip cards are designed for grids of 2+, so when you only insert one, Brightspace still applies its grid layout (display: grid; justify-content: start;) which makes the single card hug the left.
You may try checking with your developers to try add CSS modifications. Alternatively, you may reach out to your admin/ CSM if you require a custom templates.
If you would like more options I would suggest the submission of a PIE item, or upvoting one that suits your use case.
Brightspace Community Idea Site: Submissions (brightidea.com)
We look forward to hearing from you at the Product Idea Exchange!
Regards
Ashwin