How can i make this text wider?

How can i make this text wider?

Isaac82933
Visitor
2 0 0

Image 10-08-2024 at 12.53.jpeg

 

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.

Replies 4 (4)

BrijeshJoshi
Tourist
6 0 1

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:

  1. Edit Theme Code:

    • Go to Online Store > Themes > Actions > Edit code.
    • Locate the CSS file (usually under Assets) and find the section related to the "rich text" container.
    • Adjust the width or max-width property (e.g., .rich-text { max-width: 100%; }).
  2. Theme Customizer (if supported):

    • Check if your theme’s customizer allows you to adjust section widths without code.

If you need further guidance, feel free to ask!

Isaac82933
Visitor
2 0 0

 

Hi thanks for the help so far, i found "rich-text.liquid" does that work?Image 10-08-2024 at 13.16.jpeg

BrijeshJoshi
Tourist
6 0 1

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:

  1. Check the CSS file:

    • Go to Online Store > Themes > Actions > Edit code.
    • Look for the CSS file (commonly named theme.scss.liquid, styles.css, or similar) under the Assetsfolder.
    • Search for the class related to .rich-text and adjust the width or max-width properties there.
  2. Add Custom CSS:

      1. If you can’t find the exact class, you can add custom CSS to your theme:

 

.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!

Moeed
Shopify Partner
5353 1448 1734

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

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications