Text is centered on iphone

Hi,

I created 20 cards on my windows computer. Then I bought the App on my iPhone for 25€.
I synchronized it. So far, everything worked.

Then I looked into the cards and all the text is centered on my iPhone!
I created the text (questions and answers) left bounded on my computer.

How can I fix this?

Best Regards

This was a recent change on the computer version, and AnkiMobile’s next update will copy this behaviour. In the mean time, if you edit a card on the computer version, click on Cards…, and then add the following line to the top of your styling, it will make AnkiMobile match:

      li { text-align: left; }
1 Like