Shopify themes, liquid, logos, and UX
Hi,
can anyone help me remove the white space on the left and right side of the items in the image ?
that's a text with images column. I want the images to be the full width of the page
https://ynco-ny.com/?_ab=0&_fd=0&_sc=1
pass: sasa
Hello @Daniel19901
This is Amelia at PageFly - Shopify Advanced Page Builder app.
You can try the following steps I have provided to help you solve the problem you are facing:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file base.css or theme.css
Step 3: Add code
#shopify-section-template--22632345731364__1619169468047652d7 .container_1320 {
width: 100% !important;
padding: 0 !important;
}
#shopify-section-template--22632345731364__1619169468047652d7 .col-lg-4 {
padding: 0 !important;
}
Hoping my solution helps you solve your problem.
Best regards,
Amelia | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
➜ Weekly updated Shopify tutorials on YouTube
All features are available from Free plan. Live Chat Support is available 24/7.
Hello @Daniel19901,
Access Online Stores, select Themes, and then Edit code. Choose either theme.liquid and paste the code before </head> tag
<style>
body{
overflow-x: hidden !important;
}
div#shopify-section-template--22632345731364__1619169468047652d7 .container_1320{
max-width: 100% !important;
padding: 0px !important;
}
div#shopify-section-template--22632345731364__1619169468047652d7 col-lg-4{
padding: 0px !important;
}
</style>
Thanks!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025