Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1408272
    Piranhabar_web
    Participant

    Hi guys,

    Hope you are keeping well.

    When in mobile view, I’m wondering is it possible for me to have my logo (see attached, Img_1_Now.jpg) on the same plain as the hamburger (see attached, Img_2_Want.jpg)?

    So from looking at the source code, it basically means having the ‘x-logobar’ class beside the ‘x-nav-bar-wrap’ class I think.

    Many thanks for your help guys,

    Barry

    #1408465
    Rupok
    Member

    Hi Barry,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 959px) {
    .x-logobar {
    	position: absolute;
    	top: 20px;
    	z-index: 9999;
    	left: calc(50% - 35px);
    }
    .ubermenu-responsive-toggle {
    	margin-top: 20px;
    }
    }

    Hope this helps.

    Cheers!

    #1409341
    Piranhabar_web
    Participant

    Amazing, works perfectly, thanks so much Rupok!

    #1409377
    Lely
    Moderator

    You’re always welcome!

    Cheers!

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