Possible to make the hamburger menu sticky?

hi there,

is it possible to make the hamburger menu (just that not the whole header) sticky on the right top corner?

i tried it with absolute and css but had no luck.
is there a way to archive it?

thanks in advance

cheers

Hi Herald,

Thank you for reaching out to us. I believe you’re using pro headers as you’ve all the Pro licenses associated with your account, first give your navigation element a class e.g sticky-button and then add the following code in the Theme Options > CSS:

.x-anchor-toggle.sticky-button {
    position: fixed;
    z-index: 9999;
    right: 20px;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

hi!

thanks that worked perfect! :slight_smile:
cheers

You’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.