Whenever I’m editing my cards, it works.
But whenever I’m studying those cards, the bullet points are waay of to the left
here have a look ( using desktop version)
Whenever I’m editing my cards, it works.
But whenever I’m studying those cards, the bullet points are waay of to the left
here have a look ( using desktop version)
This is not an Anki’s bug, just how HTML works. See here. I had an other solution for this but can’t seem to find where I put that CSS. If I find it, I’ll post it here.
A solution:
li { text-align: left; }
See this jsfiddle to play around with it if you want.
Or if you want to maintain the alignment between the bullet points and the text of the li
item, but make the entire block of items more centred then you can wrap the entire unordered list in a div
and apply a width < 100%, and auto margins. See this jsfiddle
Recent Anki versions align lists to the left by default.