How to remove padding between sections on homepage - EMPIRE Theme

Solved

How to remove padding between sections on homepage - EMPIRE Theme

racegermanusa
Tourist
16 0 3

Looking to remove the padding between sections added on the empire theme.  Not sure why they are so large. In this scenario between the banner and the feature products collection.

 

Thanks in advance

 

Screenshot 2024-11-21 at 7.42.35 AM.png

Accepted Solution (1)
LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

Hi @racegermanusa 

 

You can follow the instruction here to remove the padding : 

1. Go to Shopify > Theme > Customize > Settings > Custom CSS

2. Copy this code and paste to the section > save

 

@media screen and (min-width: 1024px) {
    .home-section--title {
        margin-top: 1.25rem;
    }
}

@media screen and (min-width: 860px) {
    .home-section--title {
        margin-bottom: 1.25rem;
    }
}

 

Here is the result: 

LizHoang_0-1732196253726.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 5 (5)

topnewyork
Astronaut
1368 165 224

Hello,

Please share "Store URL".

Thanks!

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
racegermanusa
Tourist
16 0 3

www.racegerman.com or testrg2022.myshopify.com either work. 

LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

Hi @racegermanusa 

 

You can follow the instruction here to remove the padding : 

1. Go to Shopify > Theme > Customize > Settings > Custom CSS

2. Copy this code and paste to the section > save

 

@media screen and (min-width: 1024px) {
    .home-section--title {
        margin-top: 1.25rem;
    }
}

@media screen and (min-width: 860px) {
    .home-section--title {
        margin-bottom: 1.25rem;
    }
}

 

Here is the result: 

LizHoang_0-1732196253726.png

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
racegermanusa
Tourist
16 0 3

Thank you! This worked great.

racegermanusa
Tourist
16 0 3

Is it possible to fix this for mobile view too?