Solved

Change displayed size images in Multicolumn section - Down theme

Cristim
Tourist
6 0 2

Hi, I would like to adjust the image size in the "Multicolumn" section. They are currently displayed much larger. The images are 100px wide.
Can someone help me with what should I modify on liquid file?
Thank you.

images-larger.jpg

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

Hii, @Cristim 
Paste this code on top of the section-multicolumn.css file.

.multicolumn-card__image-wrapper--third-width {
    width: 20% !important;
}

Thank You.

View solution in original post

Replies 11 (11)

Zworthkey
Shopify Partner
5581 642 1565

Hii, @Cristim 
Kindly share your store URL so,
I can solve your problem perfectly.
Thank You.

Cristim
Tourist
6 0 2
Zworthkey
Shopify Partner
5581 642 1565

Hii, @Cristim 
I can't see your multicolumn section.
Thank You.

Cristim
Tourist
6 0 2

Oh, it was deactivated. Now is active.

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

Hii, @Cristim 
Paste this code on top of the section-multicolumn.css file.

.multicolumn-card__image-wrapper--third-width {
    width: 20% !important;
}

Thank You.

Cristim
Tourist
6 0 2

Thank you!!! ❤️

leonidpetrov
Tourist
6 0 4
Where exactly do we paste this code in the section-multicolumn.css file.
seeglster
Tourist
4 0 1

I agree, where exactly do we paste this? @Cristim. I tried a few different places, including at the top of the section-multicolumn.css file and nothing has worked so far.

Bastiaan123
Tourist
8 0 0

Yea i got the same problem...

Bastiaan123
Tourist
8 0 0

Hi, Could you show me exactly where to put the code? Thank you

nar_52
Excursionist
16 0 3

@Bastiaan123 

If you still have the same problem. You don’t need an additional coding. Go to your section-multicolumn.css file and just change the percentage in line 23 e.g. to 15% -> 

 

.multicolumn-card__image-wrapper--third-width {
width:15%;
}

 

Don’t forget to select in the editing mode of your theme : one-third width of the column as the image width. (See right side of the picture in the original post).

 

Hope this helps.