A user running the Ella theme on Shopify seeks help removing white space between sections on their store (siteamoy.net). Multiple developers provided similar CSS solutions:
Primary Solution:
Navigate to: Online Store > Theme > Edit Code > Assets > theme-styles.css
Add CSS targeting specific section IDs with padding-bottom: 0px !important; and margin-bottom: 0px !important;
Most responses suggest placing code at the bottom of the CSS file or above the </body> tag in theme.liquid
Key Section IDs Targeted:
#slideshow-1540952363851
#custom-block-1548369408
#home-policies-1632728032e55
#custom-block-9e6e5c42-c69f-4b0d-80f4-5a229667
Current Status:
The user initially thanked contributors, but later reported updating their homepage, creating two new white space issues:
Space above policies section
Space under Instagram section
One developer requested screenshots to provide updated code. The discussion remains open with the user awaiting further assistance for the new spacing problems.
Summarized with AI on November 23.
AI used: claude-sonnet-4-5-20250929.
Can someone please help to remove space between sections, I’ve tried everything with no success, I even can’t find those css or scss code files in other solved questions, maybe different themes have defferent code fles? I’m using Ella theme.