Hey,
I am unable to figure out what’s causing this spacing between my banner image and featured collection section. I have all the padding / margin setting set to 0. So, I’m not sure why this is happening.
If anyone has some code to fix this, that would be amazing!
Website: Wholesome Boy
@WholesomeBoy add below css into base.css file
@media screen and (min-width: 750px)
{
section#shopify-section-template--16141722452138__16582996915f1a3385 {
margin-top: -20px;
}
}
1 Like
HI @WholesomeBoy
This is Lucas 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 base.css
Step 3: Paste the below code at bottom of the file → Save
section#shopify-section-template–16141722452138__16582996915f1a3385 {
margin-top: -20px !important;
}
Hope that my solution works for you.
Best regards,
Lucas | PageFly
1 Like
Hello @WholesomeBoy
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.section-template--16141722452138__16582996915f1a3385-padding {
margin-top: -22px !important;
}