Bullet points changing the format

For some reason when I’m using bullet points the format goes all wrong and makes the text go to the left of the screen. Any help?

Now it is formatting them like this

Try adding this to the Styling section of your template:

ul { 
 display: inline-block; 
 text-align: left; 
}
ol { 
 display: inline-block; 
 text-align: left; 
}
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.