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
11564 2264 2447

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>

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- 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
11564 2264 2447

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>

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.