Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1122379

    My website is below in comment. You can see desktop is stacked. I want to get it inline on mobile. Can you please let me know what CSS changes?

    Thanks

    #1122380
    This reply has been marked as private.
    #1122455
    Rupok
    Member

    Hi there,

    That would be a bit tricky. You can add this under Custom > CSS in the Customizer.

    @media only screen and (max-width: 979px) {
    .x-logobar {
      height: 90px;
      left: 0;
      max-width: 250px;
      position: absolute;
      top: 0;
      z-index: 1031;
    }
    
    .x-brand img {
      height: 70px;
      margin-left: 20px;
      margin-top: -10px;
    }
    .masthead-stacked .x-btn-navbar {
      float: right;
    }
    }

    Hope this helps.

    Cheers!

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