Can someone help me to adjust the width of the rich text section in the Enterprise theme please?
I’ve tried adding the following custom css to a specific section on a page which widens it a bit but not by much, and applying it to multiple sections on a page doesn’t seem to work:
I’ve since found the ‘wide text on large screens’ checkbox in the rich text layout settings. This widens the text area, not to the full width but wider than without the box being checked.
I’ve tried your code in the custom css code and it isn’t widening the area any further, so I assume I’ve reached the limit. It’s a shame, as there’s quite a bit of unused space which would have been useful on a page with a lot of text on.
Well, I’m only making a guess on the code, because you didn’t provide the link to your store, if you did I could take a look and check where exactly the code needs to go and what codes needs to go there. Maybe .max-w-text-overlay is not even the correct class
‘Our Mission’ and ‘Our Aims’ are separate rich text sections as I can’t see a way to specify different font sizes within the text body.
If I centre the text there’s a decent width, but if I left justify, it leaves a large section to the right unused. I’ve duplicated some sections to illustrate this. See ‘Our Mission (copy):’
If this doesn’t work in the custom css, then follow this.
Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Below the tag “” tag paste the following. Screenshot attached for reference.
Screenshot is for reference only, the correct code to paste is the one shown above.