Hi!
Could you please share your store URL and password (if the store is password-protected) so I can take a look and help you
Thank you!
Samita-Danny
https://pfygr0-ec.myshopify.com/
password is lovebox
The theme has these rules:
Which tells the browser to have a top margin on a section which follows another section.
To override this, go to “Customize”=> “Theme settings” (cog icon)=> “Custom CSS” and paste this:
body {
--spacing-sections-desktop: 0;
--spacing-sections-mobile: 0;
}
This will make your sections flush both on mobile and desktop.
This will apply to all sections on all pages, so you need to recheck for unwanted side-effects.
I prefer to set CSS variables like this (if theme uses them) rather then directly modify paddings or margins – often theme uses these variables in other rules, and setting margin directly may affect break the layout.
Yes it worked thank you



