Hi. I’d like to remove the padding from the section highlighted with a red ‘cross’. Padding to be zero. Could you please support?
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.
Hey @Coldclothing
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
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

