All things Shopify and commerce
Hi everyone!
I'm having a super hard time removing the extra spaces between the sections (here: highlighted in yellow) throughout my shop.
I already contacted the support and they told me they can't do anything for me. I already tried to use the codes I can find on the internet but it's not working. Help please!! 🆘
Solved! Go to the solution
This is an accepted solution.
Hey @voguance,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
section.shopify-section.section {
margin-top: 0 !important;
}
section.shopify-section.section > div > div {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
.banner__content.banner__content--middle-center.page-width.scroll-trigger.animate--slide-in:has(div:empty) {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Hey @voguance,
Can you share the link to your store? Thanks!
Hi, yes. It's www.voguance.com.
It seems to be a problem coming from the theme I'm using 😞
This is an accepted solution.
Hey @voguance,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
section.shopify-section.section {
margin-top: 0 !important;
}
section.shopify-section.section > div > div {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
.banner__content.banner__content--middle-center.page-width.scroll-trigger.animate--slide-in:has(div:empty) {
display: none !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
Ohhh thank you SO MUCH! 🙏 it worked!
Now looking at the mobile view I can see there's an issue with all the pictures 😥
Is there something I can add in the code to fix this? Because using the regular settings doesn't work unfortunately
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025