Dawn theme - how can align the article text and the bullet point?

My Website theme is using Dawn theme how can align the article text and the bullet point?

In the rich text editor is shown all the text ate align .

but at the website font live show the text doesn’t align.

How can i fix this problems?

https://romeojuliet.shop/pages/repair-and-warranty-1

Hi @RomeoJuliet ,

This is David at SalesHunterThemes.

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code.

Go Assets folder → base.css file.

Add this following code at the bottom of page.

.rte ul, .rte ol {
  list-style-position: outside !important;
  padding-left: 25px !important;
}

result:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

Hello @RomeoJuliet :waving_hand:

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.rte ul {
    padding-left: 24px !important;
}

The result

Hope that helps!

Thanks for all , all the he text have aligned.

you are welcome,

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

Hello. Could you help me please? I have the Dawn theme and I added the code in base.css file but the problem persists. My text is not aligning within the product description page.