Make rich text come out full width

Hello,

Can someone please tell me how I make this partciular rich text section come out full width on desktop and centered? The “About the Brand” text.

Thank you!

URL: https://www.habooequestrian.com.au/pages/about

Ps. Please only message me through here

1 Like

Please add this code to Custom CSS of that section.

.rich-text__blocks { max-width: 100%; }

thanks so much dan - do you know how I could do the same on the FAQs page? for desktop

https://www.habooequestrian.com.au/pages/faqs

1 Like

You will need to add this code to theme.liquid file

{% if page.id == 97185398868 %}

{% endif %}