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?
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?
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 ![]()
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