Adjust the width of text within Dawn theme default collections pages?

I cant seem to find an option to change the page width of text within the default theme pages for Dawn 11.0 (and previous versions). By default the width of text is less than my page width. I presume there is a simple fix but I just cant seem to find it.

Any help appreciated. Example below on https://gpuconnect.com/collections/full-range-of-oem-replacement-graphics-card-fans

1 Like

Hi @coalfield ,

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.collection-hero__description {
    max-width: 100%;
  }

Result:

I hope it help.

Hey @coalfield

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

Thank you this worked a treat!