How to reduce the section breaks on my Home Page?

How to reduce the section breaks on my Home Page?

Youngerme
New Member
7 0 0

https://j3bqgp-st.myshopify.com/?pb=0

 

As you can see the breaks between each section are pretty large. How can I reduce them? 

Zuzanna
Replies 3 (3)

BiDeal-Discount
Shopify Partner
540 58 127

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;
    }
}

 

- Helpful? Like & Accept solution!
- BiDeal Bundle Volume Discounts: Upsell with discount bundles, quantity breaks, volume discounts & mix-and-match bundles. AOV+ with free gifts, free shipping & progressive cart
- Bify app: Shopify automatic discount solutions
- Contact me? support@bify.app or WhatsApp: +84974709330

topnewyork
Astronaut
1368 165 224

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!

Need a Shopify developer? Hire us at Top New York Web Design
Boost Your Store Sales with Volume/Tier Discount Try Big Bulk Discount
Create New Shopify Store For Just 1$/Month

ZestardTech
Shopify Partner
6144 1097 1474

Hello @Youngerme ,

Here are the steps to apply the necessary changes in your Shopify store:

  1. In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
  2. Locate Asset > base.css and paste the following code at the bottom of the file:
@media (min-width: 45em) {
    .section {
        margin: calc(var(--space-outer) * 1) 0 !important;
    }
}

Or

@media (min-width: 45em) {
   .section {
    margin:5rem 0 !important;
}
}

ZestardTech_0-1745843706209.png

 


Let me know if you need further assistance!

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing