only one 'Image with text' full width - Dawn theme

Hey guys,
I have 3 Image with text sections and I only want the first one to be full width. I’ve found a few snippets that work globally but I’m struggling to isolate it to one. Thanks in advance!

https://4efff3-8c.myshopify.com/
pw: 1

default

what I’m after

Hi @niik

You can do that by adding this code to Custom CSS of that section.

.page-width { max-width: 100%; padding: 0; }

This is Richard from PageFly - Shopify Page Builder App

Hi @niik Please add code here to fix it:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Richard | PageFly

Hey @niik

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


RESULT:

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

Best Regards,
Moeed

perfect, thanks!

Great ! Have a nice day .