A user wants to reduce the size of images in the Dawn theme’s multicolumn section from 89px to approximately 50px.
Solutions provided:
Multiple contributors offered CSS code snippets to add to the base.css file:
First approach: Add code targeting .multicolumn-card__image-wrapper with width: 50px
Alternative approach: Use width: 22% !important for responsive sizing
Final working solution: Set width: 30% with margin: auto to both resize and center the images
Implementation steps:
Navigate to Online Store → Themes → Edit code
Open the base.css file in the Assets folder
Paste the CSS code at the bottom of the file
Save changes
Outcome:
After initial attempts where images resized but weren’t centered, the solution using width: 30% and margin: auto successfully resolved both the sizing and alignment issues. The discussion concluded with the user confirming the fix worked.
Summarized with AI on November 4.
AI used: claude-sonnet-4-5-20250929.
I would like to reduce the multicolumn’s images (icons) in the dawn theme. At the moment it’s 89px and I wanted to reduce it to around 50px. it’s possible? Can you help me with the code?i think the section is:
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:
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: