Dawn: Multicolumn: My image won't resize to 1/3 page width.

Solved

Dawn: Multicolumn: My image won't resize to 1/3 page width.

dhelpwithshop
Tourist
9 0 1

Hello-

On my website, the images won't resize to 1/3 column width in the multicolumn. It worked on the home page but not on the personalized songs page. This is for the 4 images under "How It Works". Can someone please help?

 

The images resized here - https://customsonggift.com/

But they didn't resize here - https://customsonggift.com/pages/personalized-song

 

I need to make the images smaller on the personalized song page.

Accepted Solution (1)

Abdosamer
Shopify Partner
1040 188 225

This is an accepted solution.

Hi @dhelpwithshop , to solve this issue go to section-multicolumn.css file and add the following code at the end of it :

.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
    width: 33%;
    margin-left: auto;
    margin-right: auto;
}

Reult:

Abdosamer_0-1736816173889.png

 


 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

Replies 3 (3)

DaisyVo
Shopify Partner
4442 492 587

HI @dhelpwithshop 

 

In order to fulfill your request, please follow these steps
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head>

 

{% style %}
{% if page.id == 108618449075 %}
.multicolumn-card__image-wrapper > .media > img {
    width: calc(100% /3) !important;
    height: auto !important;
    margin-inline: auto !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}
{% endif %}
{% endstyle %}


Here is the result: 

image_720.png

 

I hope this helps

 

Best,

 

Daisy

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

Abdosamer
Shopify Partner
1040 188 225

This is an accepted solution.

Hi @dhelpwithshop , to solve this issue go to section-multicolumn.css file and add the following code at the end of it :

.multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
    width: 33%;
    margin-left: auto;
    margin-right: auto;
}

Reult:

Abdosamer_0-1736816173889.png

 


 

Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

Dan-From-Ryviu
Shopify Partner
11715 2294 2476

Hi @dhelpwithshop 

You must add this code to Custom CSS of Multicolumn section on that page to do that.

.multicolumn-card__image-wrapper--third-width { width: 33%; margin: 0 auto; }

Or check if your multiplecolumn has option to change image with like this image below Screenshot 2025-01-14 at 09.29.35.png

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- 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.