hide white section homepage desktop

Solved

hide white section homepage desktop

Luxurymrkt
Globetrotter
700 2 141

Hi,

 

I'd like to hide this white space on desktop

my site is https://luxurymrkt.com/

 

its on home page bottom where footer used to be

Screenshot 2024-06-12 171659.png

Thank You | mike
Accepted Solution (1)

AnneLuo
Shopify Partner
1293 228 265

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
@media screen and (min-width: 998px) {
    div#shopify-section-footer {
        padding-top: 0 !important;
    }
}
</style>

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

View solution in original post

Reply 1 (1)

AnneLuo
Shopify Partner
1293 228 265

This is an accepted solution.

You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag

<style>
@media screen and (min-width: 998px) {
    div#shopify-section-footer {
        padding-top: 0 !important;
    }
}
</style>

Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee