A user is experiencing an issue where images in a multicolumn section won’t resize to 1/3 page width on their “personalized songs” page, despite working correctly on the homepage. The problem specifically affects four images under a “How It Works” section.
Three CSS solutions were provided:
Solution 1: Add page-specific CSS to theme.liquid file that targets the multicolumn card image wrapper, setting width to calc(100% /3) with centering transforms. This solution uses conditional logic to apply only to the specific page ID.
Solution 2: Modify section-multicolumn.css by adding CSS that sets the image wrapper width to 33% with auto margins for centering.
Solution 3: Add custom CSS directly to the multicolumn section settings using .multicolumn-card__image-wrapper--third-width class, or check if the theme has a built-in image width option in the section settings.
All three approaches target the image container width and centering, with visual examples provided showing the expected result. The discussion remains open pending confirmation from the original poster.
Summarized with AI on November 2.
AI used: claude-sonnet-4-5-20250929.
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?
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