Solved

Question regarding sticky menus on impulse theme

Heavenlyhusky
Excursionist
17 2 3

https://heavenlyhusky.com/

Hi guys! thats the link to my website, my problem is whenever I seem to scroll down on the home page or a product page the menu follows and Ive spent some time on it and still cannot figure out how to fix this. Would really appreciate some help thanks!

Accepted Solution (1)

g33kgirl
Shopify Partner
390 109 142

This is an accepted solution.

@Heavenlyhusky you can disable sticky menu in the settings. 

All you need to do is go to Customize -> Header -> go to Header style and change the dropdown from Sticky to Normal and that should solve your issue.

Screenshot 2021-06-15 at 4.41.11 pm.png

If you found my answer helpful, please LIKE and ACCEPT.
buymeacoffee.com/g33kgirl
If you're not comfortable with code, please modify code files at your own risk.

View solution in original post

Replies 7 (7)

dmwwebartisan
Shopify Partner
12280 2546 3693

@Heavenlyhusky 

Please add the following code at the bottom of your assets/theme.css file.

.site-header--opening {
    transform: unset !important;
    transition: unset !important;
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Heavenlyhusky
Excursionist
17 2 3

Hey it doesnt seem to work! menu still follows me in home page and product pages 😕

Heavenlyhusky
Excursionist
17 2 3

@dmwwebartisan Ive tried refreshing it and re - adding the code a few times still doesnt make a difference my friend.

dmwwebartisan
Shopify Partner
12280 2546 3693

@Heavenlyhusky 

Please send vedio  Or screenshot what do you want!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Heavenlyhusky
Excursionist
17 2 3

@dmwwebartisan 

menu follows 1.PNGmenu follows 2.PNG

 

As you can see in both images the menu moves with me as i scroll down. I dont want it to be like that.

g33kgirl
Shopify Partner
390 109 142

This is an accepted solution.

@Heavenlyhusky you can disable sticky menu in the settings. 

All you need to do is go to Customize -> Header -> go to Header style and change the dropdown from Sticky to Normal and that should solve your issue.

Screenshot 2021-06-15 at 4.41.11 pm.png

If you found my answer helpful, please LIKE and ACCEPT.
buymeacoffee.com/g33kgirl
If you're not comfortable with code, please modify code files at your own risk.
Heavenlyhusky
Excursionist
17 2 3

@g33kgirl 

thanks heaps!