• Resolved cristiweb2

    (@cristiweb2)


    This feels like it is hardcoded so you cannot make it unsticky.

    I’ve tried everything from css.

    Please consider updating with an option to make the burger menu sticky/not sticky.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi @cristiweb2,

    It was designed to be fixed at the top, but several people have been asking to make the header go with the content(unsticky).

    This is something that I will create a new option so the users can choose if the header is sticky or not, but will only available in the next update.

    For now try this.
    Add the code below to your custom js option.

    jQuery( document ).ready(function() {
      jQuery( 'body' ).after( jQuery( '.mob-menu-header-holder' ).detach() );
    });

    Also add this custom css.

    .mob-menu-header-holder {
      position: absolute!important;
    }

    Clear the cache and test again. Let me know the result so I can have a further look if necessary.

    Thanks

    Plugin Author Rui Guerreiro

    (@takanakui)

    Will close the topic for now.
    Let me know if you need further help with this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t make the burger menu to not be sticky’ is closed to new replies.