Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1150370
    Rish
    Participant

    Hi X Talent,

    i need my logo to be appear on my mobile/pad, same as its showing on laptop.

    On laptop its showing above the menu ( stack) , but when i view on mobile , for first time its loading fine but when scroll , the logo jumps inside the menu.

    I will send you website link in next message.

    #1150371
    Rish
    Participant
    This reply has been marked as private.
    #1150374
    Thai
    Moderator

    Hi There,

    Please find this code under Customizer > Custom > Global Javascript:

    $(window).ready(navStackToInline).scroll(function() {
    	navStackToInline();
    });

    And change to this:

    $(window).ready(navStackToInline).scroll(function() {
    	if( $(window).width() < 980 ) return false;
    	navStackToInline();
    });

    Hope it helps 🙂

    #1150394
    Rish
    Participant

    Perfect .. Awesome

    #1150402
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1150370 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>