Text align on CMS bullets

Probably a simple answer but how do I get my bullets to align left in the CMS pages?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

What are you looking to do?

%20Layout%20-%20Webflow%20Forums%202018-11-21%2015-28-18

Im looking to do a basic left text align but in the template i’m not sure how too :frowning:

Im looking to do A.

In any case, you can reverse your bullets alignment by telling CSS you’re using another language alignment:

http://vincent.polenordstudio.fr/snap/Webflow_-__Sandbox_2018-11-21_15-38-39.png

<style>
ul {direction:rtl;}
</style>

http://vincent.polenordstudio.fr/snap/Webflow_-__Sandbox_2018-11-21_15-41-10.png

Ok how did you do that?

Did you just add a bullet list and set it to left?
One thing I do want to keep is the right alignment on the following.
2018-11-21_9-49-30

I’m not following you… You told me A, which is aligned to the left.
What do you want to the left, what to the right, where do you want the bullets?

Can you also share your read-only link?

I want all bullets to be align left, BUT the 3 bullets on the main hero section. Im guessing I would just create a combo class for that one.

The read-only is here

here is one of my pages and what it looks like with it right aligned. Its just hard to follow.
http://acportfolio-2018.webflow.io/projects/azure-conditional-access-policies

wait I think i fixed it with

<style>
li {text-align:left}
</style>
1 Like