niik
October 9, 2024, 1:06am
1
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
Moeed
October 9, 2024, 1:48am
4
Hey @niik
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
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
Great ! Have a nice day .