Tagged: x Author Posts August 28, 2016 at 5:37 am #1150370 RishParticipant 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. August 28, 2016 at 5:38 am #1150371 RishParticipant This reply has been marked as private. August 28, 2016 at 5:45 am #1150374 ThaiModerator 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 🙂 August 28, 2016 at 6:35 am #1150394 RishParticipant Perfect .. Awesome August 28, 2016 at 6:50 am #1150402 ThaiModerator If you need anything else please let us know. Author Posts <script> jQuery(function($){ $("#no-reply-1150370 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In