Full width column with images

Solved

Full width column with images

Daniel19901
Shopify Partner
287 2 82

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
10868 2141 2276

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>

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- 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: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
10868 2141 2276

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>

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- 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: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.