Unable to remove margins (spaces) in multicolumn, Dawn theme, mobile version

Topic summary

A user is experiencing unwanted margins/spacing in a multicolumn section on the Dawn theme’s mobile version and has been unable to remove them despite trying multiple solutions.

Proposed Solution:

  • Another user suggests adding custom CSS to the multicolumn section:
    • Set .multicolumn-card-spacing margins to 0px (left, right, and top)

Current Status:

  • The discussion remains open
  • No confirmation yet on whether the CSS solution resolved the issue
  • Screenshots were shared to illustrate the problem, though the image links appear corrupted in the thread
Summarized with AI on November 14. AI used: claude-sonnet-4-5-20250929.

Hi! I really need help removing the margins here in my shop. Please see screenshot. Tried many options, none works. In other words, I need my picture fu


ll-width

Add this code to Custom CSS of your Multiplecolum section

.multicolumn-card-spacing {
  margin-left: 0px;
  margin-right: 0px;
}