New Shopify Certification now available: Liquid Storefronts for Theme Developers

Making gif images smaller in multi column

Solved
Alllways
Excursionist
24 0 5

Hello,

 

I have made an Multi-column with gif images on my website, i would like the pictures to be smaller but i cant figure it out on how to do that.

 

I have provided images of what i have now, and how i want it.

 

It would be amazing if someone could help! thanks in advance!

 

Example website of how i want it: https://anna-lea.nl/products/puppy-jas

Example of how i want it.PNGMy websitee.PNG

 

  

 

Accepted Solution (1)
Asad24
Shopify Partner
180 35 31

This is an accepted solution.

Go to your online store -> customize -> settings -> custom css 
and paste this code in the custom css section

.multicolumn-list__item.center .multicolumn-card__image-wrapper:not(.multicolumn-card__image-wrapper--full-width), .multicolumn-list__item:only-child {
height: 30px !important;

width: 30px !important;

}

Asad24_0-1699122266129.png

 

banned

View solution in original post

Replies 4 (4)
Asad24
Shopify Partner
180 35 31

What's your store url ?

banned
Asad24
Shopify Partner
180 35 31

This is an accepted solution.

Go to your online store -> customize -> settings -> custom css 
and paste this code in the custom css section

.multicolumn-list__item.center .multicolumn-card__image-wrapper:not(.multicolumn-card__image-wrapper--full-width), .multicolumn-list__item:only-child {
height: 30px !important;

width: 30px !important;

}

Asad24_0-1699122266129.png

 

banned
Made4uo-Ribe
Shopify Partner
4243 981 1196

Hi @Alllways 

Try this one. Im not sure how small you like but you can increase/decrease the size. The original size is 50px.

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

 

img.multicolumn-card__image {
    width: 30px !important;
}

 

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1699120529856.png

     

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com