Yes, please.
Topic summary
Issue: A merchant wanted a single-column Multicolumn section image in a Shopify blog template to match the full content width and asked how to achieve this with Custom CSS.
Proposed fix: Add CSS in the Multicolumn section’s Custom CSS field to remove width constraints and spacing:
- .multicolumn-list__item { max-width: 100%; }
- .multicolumn-card-spacing { margin: 0px; }
Context: A screenshot was shared to illustrate the narrower image area compared to the rest of the template. The helper also offered to review the store URL if the snippet didn’t work.
Outcome: The provided CSS resolved the issue; the original poster confirmed it worked perfectly. A follow-up note indicated assistance was no longer needed as the explanation had already been provided.
Status: Resolved. No outstanding questions or further action items.