How to fix multicolumn images cutoff on desktop using Studio Theme?

I’m using the Studio Theme and I’ve altered the multicolumn.liquid file to make the column images clickable, but this magnified the images within their containers. The changes to the multicolumn.liquid file can be seen here. I added

img.multicolumn-card__image {
  height: auto !important;
}

to the bottom of the base.css file in an attempt to fix this issue, and it worked on the mobile version of the site, but only partially lessened the magnification on the desktop version. How do I make it so the whole images are seen in their columns?

Hi @vanna19
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.

@vanna19

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi, thank you!

https://hushiesboutique.com/

pw: egeeno

Hi @vanna19

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution.

https://hushiesboutique.com/

pw: egeeno

Hi @vanna19

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code
  2. Assets/section-multicolumn.css
  3. Copy code below to bottom of file
.multicolumn-list__item.center .media--adapt, .multicolumn-list__item .media--adapt .multicolumn-card__image {
	max-width: 100%;
}

Hope can help

If you find my reply helpful, please hit Like and Mark as Solution

EBOOST

Hi @vanna19 ,

Glad to support you today.

You can check out my suggestion below to get your concern resolved:

  1. Go to Edit code on Online Store:

  1. Add my code to end of Assets/section-multicolumn.css file**:**
.multicolumn .multicolumn-list .multicolumn-card__image-wrapper .multicolumn-card__image {
	width: 100% !important;
}

I hope you find the answer helpful.

Kind & Best regards,
GemPages Support Team.

Hi @vanna19

  • You just need to copy this code:

  • Then, paste that code to replace the one I circled in red:

I hope that it will work for you.

Hi @vanna19 ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

img.multicolumn-card__image {
    width: 100% !important;
}

Hope it helps!

@vanna19
Put below css into theme.liquid file before closing tag