Help removing white space above header on mobile - Ride theme

Solved

Help removing white space above header on mobile - Ride theme

JayFinlay
Excursionist
27 1 5

Installed a few new apps, and now on mobile I have a random white box on mobile that appears after scrolling down and back up as seen by the photo attached. Any help to resolve this would be greatly appreciated as I just got my site to a point I am happy.

 

My website is https://downunderthunder.com.au

 

thumbnail_Image.jpg

Accepted Solution (1)

Moeed
Shopify Partner
7710 2070 2552

This is an accepted solution.

Hey @JayFinlay 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.header {
    margin-top: 0 !important;
}
</style>

RESULT:

Moeed_0-1719912639236.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Reply 1 (1)

Moeed
Shopify Partner
7710 2070 2552

This is an accepted solution.

Hey @JayFinlay 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
.header {
    margin-top: 0 !important;
}
</style>

RESULT:

Moeed_0-1719912639236.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications