Top Head Menu should not be fixed

Solved

Top Head Menu should not be fixed

ReviveShop
Explorer
49 0 26

The top menu should not be fixed when I scroll down, but when I change it the normal way its destroying the whole top menu. I have a code for the menu so the video banner is behind it. Can anyone help me so the menu is not fixed when scrolling?

 

https://luviera.store/

 

password: bautso

 

NAVIGATION.PNG

Accepted Solution (1)

AnneLuo
Shopify Partner
948 176 202

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>
.shopify-section-header-sticky,
.section-header {
    position: unset !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
948 176 202

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>
.shopify-section-header-sticky,
.section-header {
    position: unset !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