Reduce white spaces between two sections on Empire theme

Solved

Reduce white spaces between two sections on Empire theme

pickemparts
Tourist
9 0 2

url: https://pickemparts.com/

 

I would like to remove the white space between sections on my home page. I have highlighted the white spaces I am talking about. Any help would be greatly appreciated. Thank you!

S1.png

Accepted Solution (1)

theycallmemakka
Shopify Partner
1796 436 465

This is an accepted solution.

Hi @pickemparts 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

<style>
#shopify-section-template--16842440638627__dynamic_html_Y8aqTd section.custom-html--container {
    margin-top: 0px;
}

#shopify-section-template--16842440638627__dynamic_html_Y8aqTd section.custom-html--container h1 {
    margin-bottom: 0px;
}

#shopify-section-template--16842440638627__dynamic_logo_list_biQcnw h2.home-section--title {
    margin-top: 1rem;
}
</style>

theycallmemakka_0-1722149727354.png

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

View solution in original post

Replies 6 (6)

theycallmemakka
Shopify Partner
1796 436 465

This is an accepted solution.

Hi @pickemparts 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

<style>
#shopify-section-template--16842440638627__dynamic_html_Y8aqTd section.custom-html--container {
    margin-top: 0px;
}

#shopify-section-template--16842440638627__dynamic_html_Y8aqTd section.custom-html--container h1 {
    margin-bottom: 0px;
}

#shopify-section-template--16842440638627__dynamic_logo_list_biQcnw h2.home-section--title {
    margin-top: 1rem;
}
</style>

theycallmemakka_0-1722149727354.png

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

pickemparts
Tourist
9 0 2

Thank you!

jumping_bear11
Tourist
3 0 0

this isn't working for me unfortunately. any other way to make the white space smaller/ nonexistent?

theycallmemakka
Shopify Partner
1796 436 465

Hi, 

 

Can you provide me link to your store?

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com

jumping_bear11
Tourist
3 0 0

Hi! it's https://terraintek.com

more specifically, I want to remove the white space at the most top of the screen (above the header) and the white space between the header and section 1. TIA

theycallmemakka
Shopify Partner
1796 436 465

Hi @jumping_bear11 ,

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>

<style>
@media screen and (min-width: 1080px) {
    #shopify-section-template--17375195758763__dynamic_slideshow_xFiz4d .slideshow {
        margin-top: 0rem;
    }
}
</style>

theycallmemakka_0-1724812918257.png

 

If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

 

Best Regards,
Makka

Support Me: Buy me a Coffee


For quick response - Message Me


Ping me at: theycallmemakka@gmail.com