Vertical Padding on Multicolumn

Solved
Disinishop
Visitor
3 0 0

Hi! I want to reduce the gap between my image in multicolumn feature. 

Screenshot 2023-11-09 at 11.09.38.png

I want the distance between photos (cleanser, toner, serum, sheetmask) to be reduced and the padding on the right image "sheet mask" and the left image "cleanser" is same as the collection list according to the content above (collection list). it's okay if the changes make the image look bigger. Thank you!

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5620 1034 1063

This is an accepted solution.

Please add this CSS code at the bottom of your base.css file 

@media screen and (min-width: 750px) {
.background-none .multicolumn-card__image-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
}

 

Screenshot 2023-11-09 at 11.24.40.png

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 5 (5)
Dan-From-Ryviu
Shopify Partner
5620 1034 1063

Hi @Disinishop 

Please drop your store link to check

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

Disinishop
Visitor
3 0 0

disinishop.com

Dan-From-Ryviu
Shopify Partner
5620 1034 1063

This is an accepted solution.

Please add this CSS code at the bottom of your base.css file 

@media screen and (min-width: 750px) {
.background-none .multicolumn-card__image-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
}

 

Screenshot 2023-11-09 at 11.24.40.png

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

Disinishop
Visitor
3 0 0

woah it's actually works perfectly! thank you so much!

Dan-From-Ryviu
Shopify Partner
5620 1034 1063

You are very welcome

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now