Re: Full width column with images

Solved

Full width column with images

Daniel19901
Shopify Partner
294 2 86

Hi everyone,

 

I'm trying to set this section as full width. Meaning that the images will not have any white space from the left and the right. Can anyone help remove the padding / margin ? couldn't find the code line

The image on the left is also from some reason a bit closer to the edge of the screen 😕

 

https://ynco-ny.com/

Password: sasa

Daniel19901_0-1715586872660.png

 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11368 2229 2403

This is an accepted solution.

Please add this code to theme.liquid file, after <head> to do that 

<style>
#shopify-section-template--22657255964964__text_columns_KULknp .page-width {
max-width: 100%;
padding: 0;
}
#shopify-section-template--22657255964964__text_columns_KULknp .grid__item > div {
max-width: 800px;
}
</style>

- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
11368 2229 2403

This is an accepted solution.

Please add this code to theme.liquid file, after <head> to do that 

<style>
#shopify-section-template--22657255964964__text_columns_KULknp .page-width {
max-width: 100%;
padding: 0;
}
#shopify-section-template--22657255964964__text_columns_KULknp .grid__item > div {
max-width: 800px;
}
</style>

- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.