Shopify themes, liquid, logos, and UX
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.
Solved! Go to the solution
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:
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:
I hope this helps
Best,
Daisy
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:
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
- 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.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025