Remove Space Between Sections - Dawn theme

Hi!

I’m trying to remove the white space between all the sctions on homepage..
Not one of them.. all.

How can I do it?

Thank you!

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

mindfulwalls.com

Thank you

Hi, waiting for your reply,

Thank you!

1 Like

Hello there,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
.collection .title-wrapper-with-link {
margin-top: 0 !important;
}
main#MainContent .spaced-section {
margin-top: 50px;
}
.newsletter.center .newsletter__wrapper {
    margin: 50px 0 !important;
}

Thank you it’s working!

Have a great weekend

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.

It does not work with this code in my store. why?

2 Likes