Header Troubleshooting in Motion theme - Urgent

Solved

Header Troubleshooting in Motion theme - Urgent

Sivadarshan
Shopify Partner
296 2 52

I'm using the Motion theme, and I've noticed that there's a white transparent space above the header section. Could you please guide me on how to remove or hide this space?


Website: https://e54etn8ce0t65mr9-67925410094.shopifypreview.com

 

Thanks in advance.

 

Sivadarshan_0-1740979812365.png

 

Accepted Solution (1)

Moeed
Shopify Partner
7155 1936 2359

This is an accepted solution.

Hey @Sivadarshan 

 

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>
.site-header--stuck {
    margin: 0 !important;
}
</style>

RESULT:

Moeed_0-1740980366867.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
7155 1936 2359

This is an accepted solution.

Hey @Sivadarshan 

 

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>
.site-header--stuck {
    margin: 0 !important;
}
</style>

RESULT:

Moeed_0-1740980366867.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