Formatting Bulleted Lists

This is the exact reason why I suggested using an inline-block container for your content.

You want it to look like this, right?

The only change you’d have to make from my original answer

is this:

<div class="container">
    <div>{{cloze:Text}}</div>
</div>

I just didn’t think you’d need the aligned lists on the front as well, so I only used the container on the back.
HTML/CSS is very easy to learn, I can only recommend you get used to it, so you can get creative with your cards :wink:

3 Likes