Impulse Theme How to Eliminate White Space Between Sections

Hello,

Would like some help to reduce the white space between sections? In the image reduce the space above email subscription. Also I have similar space in the page between different sections.

https://purejoyus.com/

Appreciate the help!

Regards

Jai

Hi @PureJoyUS

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 theme.css

Step 3: Paste the below code at bottom of the file → Save

.shopify-section {

margin: 16px !important;

}

.newsletter-section.newsletter-template–22350012481832__newsletter_BfCK8U.newsletter-section–with-divider {

padding-top: 0 !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

@PageFly-Henry that worked. Thank you for the quick help. Would it be possible to have some space that I can adjust as needed?

Appreciate the help!

Regards

Jai

Yes, you can adjust number on this code:

.shopify-section {

margin: 16px !important;

}