Yes, you can adjust number on this code:
.shopify-section {
margin: 16px !important;
}
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:
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.
Yes, you can adjust number on this code:
.shopify-section {
margin: 16px !important;
}