How can I remove the spaces between sections? I want everything to look cohesive and flow seamlessly and it can’t seem to figure it out, I also added a marquen with a code I found which I love but I have spaces below in between I’m using DAWN THEME
Hi @Mela23-A
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
@media (max-width: 767px){
section {
margin-top: 0 !important;
}}
Hope that my solution works for you.
Best regards,
Henry | PageFly
thank you Henry unfortunately it didn’t work ![]()
@Mela23-A Please follow below steps to remove the space between the sections and let me know whether it is useful for you.
- From admin, go to “Online Store” → “Themes”.
- Click action button from the current theme and select “Edit code”.
- Search “base.css” file and paste below code at the bottom of the file.
.shopify-section.section {
margin-top: 0px !important;
}
Result will be like,
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

