Impulse Theme How to Eliminate White Space Between Sections

Topic summary

A user seeks to reduce excessive white space between sections on their Impulse theme store, specifically above the email subscription area and between other page sections.

Solution Provided:
A PageFly representative offers custom CSS code to address the spacing issue:

  • Navigate to Online Store → Theme → Edit code
  • Locate the theme.css file
  • Add specific CSS targeting the newsletter section and Shopify sections at the bottom of the file

Outcome:
The solution successfully resolves the spacing problem. The user confirms it works and asks about adjustability.

Follow-up:
The helper confirms the spacing values (16px margin) can be modified as needed by adjusting the numbers in the provided CSS code.

The discussion appears resolved with a working, customizable solution.

Summarized with AI on November 10. AI used: claude-sonnet-4-5-20250929.

Yes, you can adjust number on this code:

.shopify-section {

margin: 16px !important;

}