@Vlavlip Thank you, Have a nice day !
Topic summary
A user seeks help removing unwanted margins/padding from an ‘image with text’ block in the Dawn theme. Screenshots show purple-highlighted margins that persist despite initial attempts to reduce them.
Solutions Provided:
Solution 1 (Made4uo-Ribe):
- Navigate to Shopify admin → Online Store → Themes → Actions → Edit code
- Open the Assets folder and locate base.css, style.css, or theme.css
- Add CSS code at the bottom:
.page-width { padding: 0; } - Save changes
Solution 2 (PageFly-Noah):
- Go to Online Stores → Themes → Edit code
- Select theme.liquid file
- Add markup code above the
</body>tag
The user expressed gratitude to both contributors, suggesting one or both solutions resolved the issue. The thread appears resolved with the user thanking the helpers.