Multi column size

Solved

Multi column size

Harshal54
Tourist
13 0 1

Baan Urban | Clothing & Apparel | Lifestyle & Homeware – Baan Urban | Clothing & Apparel | Lifestyle...

Harshal54_0-1715046025975.png

Harshal54_1-1715046045492.png

 

I want to change the image size of the above 4 images to look like the one below.

Harshal54_2-1715046160820.png

 

 

 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11339 2222 2391

This is an accepted solution.

Hi @Harshal54 

You can do that by adding this code to theme.liquid file, after <head>

<style>
#shopify-section-template--17577588687081__multicolumn_q7EthY .page-width {
max-width: 100%;
}
#shopify-section-template--17577588687081__multicolumn_q7EthY .multicolumn-card__image-wrapper {
margin-left: 0;
margin-right: 0;
}
</style>

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. 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 - 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
11339 2222 2391

This is an accepted solution.

Hi @Harshal54 

You can do that by adding this code to theme.liquid file, after <head>

<style>
#shopify-section-template--17577588687081__multicolumn_q7EthY .page-width {
max-width: 100%;
}
#shopify-section-template--17577588687081__multicolumn_q7EthY .multicolumn-card__image-wrapper {
margin-left: 0;
margin-right: 0;
}
</style>

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. 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 - 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.