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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025