Sticky menu mobile

The sticky menu is not working on the mobile version on my website: www.jeroenvandenbosch.nl

Hey there

This css can fix your problem, add it in appearance > customize> additionally css:

@media (max-width: 991px){
header#masthead {
    position: fixed;
    width: 100%;
    z-index: 99;
}
}
1 Like

Thank you, Did not work before because I put this css after another additional css I added.

Hi

It’s working right now for me, I guess this problem is already resolved :slight_smile:

This has solved my issue too. Thanks! Support is awesome here!

A pleasure to hear that :slight_smile:

Contact us again if you need any assistance