Shopify themes, liquid, logos, and UX
https://j3bqgp-st.myshopify.com/?pb=0
As you can see the breaks between each section are pretty large. How can I reduce them?
Hi @Youngerme
I think your theme support configure the space outer. You should find it before do the code override.
If you want to do the code override, you can use this css code:
media (min-width: 45em) {
.section {
margin: 30px;
}
}
Hi @Youngerme
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
section#shopify-section-template--24904463679863__image-with-text-2 {
margin-top: -8rem !important;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales!(https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
Hello @Youngerme ,
Here are the steps to apply the necessary changes in your Shopify store:
@media (min-width: 45em) {
.section {
margin: calc(var(--space-outer) * 1) 0 !important;
}
}
Or
@media (min-width: 45em) {
.section {
margin:5rem 0 !important;
}
}
Let me know if you need further assistance!
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025