Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1371500
    Ann
    Participant

    Hi,

    I have a transparent nav bar on this site moveu.com and a dark background on scroll. Looks great on desktop but I can’t make it work on mobile view because of the logo size. I was able to change the first logo that appear but not on scroll.The big logo pushes all the content down on mobile view.

    What should I add to re-size the menu logo on scroll for mobile?

    Thanks for your help!

    Ann

    #1371624
    Friech
    Moderator

    Hi Ann,

    Thanks for writing in! Please add this on your custom CSS on Customizer.

    @media (max-width: 767px) {
    	.home .x-navbar.x-navbar-fixed-top .x-brand {
        	width: 150px; 
    	}
    }

    Let us know how it goes.

    Cheers!

    #1372389
    Ann
    Participant

    Perfect!

    Thank you!

    #1372950
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

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