How can I expand the width of text on my page?

Hello,

My site can be found here:

https://originalcreativedesigns.com.au/pages/about-us

Can someone please assist me with widening the text out to the full width?

Hi @gregmare

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the base.css file:

@media screen and (min-width: 990px) {

#shopify-section-template–19223410114847__main .page-width–narrow {max-width: var(–page-width) !important;padding-left: 5rem !important; padding-right: 5rem !important;}

}

Regards,

San

Hey @gregmare

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Thanks and appreciated!!!

Thank you, that helped me distribute my text on the pages more evenly :slightly_smiling_face:

I stuck with another issue. Would you be able to tell me where I have to change the parameters and what code I have to use?

I would like to have the collection description evenly distributed above the products in that collection. At the moment it only takes up about 2/3 of the space on the left hand side of the page, and I have a blank area on the right (I assume that’s the place for the collection image but it doesn’t appear there although I have one uploaded in the collection.

My guess is that this area is the component-collection-hero_text-wrapper (?) but what would I have to enter there or to change to see the description in full body width? (not full screen width).

Thanks for your help :slightly_smiling_face:

Ann

Hey @SDEmbroidery

Could you please provide your Store URL and, if applicable, the Password too? Your cooperation is greatly appreciated!

Best Regards,
Moeed