Make Rich Text full width on Enterprise theme
Hi @AndrewG123 , Can you kindly share your store link with us? We will check it and suggest you a solution if possible.
Hi @AndrewG123
Do you mean all richtext section in your store? Or only this page? If only this page would you mind to share which page is this.
And if all the richtext, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
.container.container--reading-width {
max-width: 100%;
}
And save.
Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @AndrewG123 , Pls share password protected
https://c02d78-2f.myshopify.com/ for the About us on the home page on this website. Im working on two different website.
removed it
thanks for the info, its password protected.
just removed it
Hi @AndrewG123 ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above tag:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you ![]()
Thanks for the info, check this one.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
div#template--15667136757894__rich_text_abDd6j .container.flex.justify-center.text-center.md-down\:text-center,
div#template--15667136757894__rich_text_abDd6j .enlarge-text.reading-width--inline,
div#template--15667136757894__rich_text_abDd6j .max-w-text-overlay {
max-width: 100%;
}
And Save.
Result:
Note: This changes only on this section.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
didn’t change anything
Thanks this worked
Welcome, please dont forget to hit likes. Thanks!


