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

    (@takanakui)

    Hi Raquel,

    The menu is already fixed at the top of window. Guess you want it to go with the content when you scroll? in that case at the top of your page content?

    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 if it worked.

    Thread Starter raquelfernandes

    (@raquelfernandes)

    That’s work!
    Thank you very much!

    Plugin Author Rui Guerreiro

    (@takanakui)

    No problem. I’m glad it’s sorted.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fixed menu’ is closed to new replies.