Increase space between sections in Dawn theme

I want to increase the space in between sections for only one page in Dawn theme. How can I do this?

1 Like

Hello There,

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

I want to increase the following white space:

dev site is - https://art-from-kabushka-ngemba.myshopify.com/pages/about

password is shiayo

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
body.gradient .image-with-text.page-width.color-scheme-background-1 {
margin: 100px 0;
}

This worked thank you very much!

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.