Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1220379
    Pegasuz73
    Participant

    Hi.
    Is it possible to move the menue icon from centerd below logo on large screens to the right of logo on small screens? if you look at my project junkao.se I think you will see what I mean.

    #1220403
    Rupok
    Member

    Hi there,

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

    @media only screen and (max-width: 767px) {
    .masthead-stacked .x-navbar {
      border: medium none;
      box-shadow: none;
      float: right;
      right: 15px;
      top: -100px;
    }
    .masthead-stacked .x-brand {
      float: left;
    }
    }

    Hope this helps.

    Cheers!

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