Personalized checkout and custom promotions with Shopify Scripts
Looking to make this section the "rich text" wider how can we achieve this please? trying to make the main paragraph text stretch/fill more of the page.
Hi @Isaac82933, Welcome to the Shopify Community!
To make the "rich text" section wider and stretch the main paragraph text across more of the page, you can try these steps:
Edit Theme Code:
Theme Customizer (if supported):
If you need further guidance, feel free to ask!
Hi thanks for the help so far, i found "rich-text.liquid" does that work?
Hi @Isaac82933 , You're welcome!
The rich-text.liquid file is typically responsible for rendering the rich text section, but the width adjustment would usually be done in the CSS file rather than the .liquid file.
To achieve the wider layout:
Check the CSS file:
Add Custom CSS:
.rich-text {
max-width: 100%; /* Adjust this value to your desired width */
width: 100%;
}
Save the changes and check your site to see if the text now stretches across more of the page.
If you run into any issues or need further help, feel free to ask!
Hi, I have also changed this in my themes code but it hasn't made the text wider. please could you advise?
Hey @Isaac82933
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025