How to remove padding from Dawn 11 theme section?

Topic summary

Goal: remove (set to zero) the padding of a specific section in the Dawn 11 Shopify theme, identified in an image with a red cross.

Proposed approach:

  • Navigate: Online Store → Edit Code.
  • Open the theme.liquid file (a core theme layout file).
  • Add custom code just above the closing tag.

Notes/clarifications:

  • The exact code to add is not shown; the provided code block is empty, and a screenshot is attached for context.
  • Without the actual CSS/selector, it’s unclear which element’s padding should be overridden.

Status/outcome:

  • No confirmed resolution yet. Key missing piece is the specific CSS (e.g., a selector and padding: 0) to target the highlighted section.
  • Images are central to understanding which area’s padding needs removal.
Summarized with AI on January 22. AI used: gpt-5.

Hi. I’d like to remove the padding from the section highlighted with a red ‘cross’. Padding to be zero. Could you please support?

Hey @Coldclothing

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed