Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1383951
    Rad
    Moderator

    Hi there,

    It’s because of this

    .masthead-inline .x-btn-navbar {
        display: inline;
        margin-top: -2px;
        margin-right: 30px;
        background-color: transparent;
    }

    If you’re not going to wrap it with @media then it will be applied to all devices. 🙂

    Thanks!

    #1383958
    5wan
    Participant

    What’s the correct syntax / CSS?
    Thanks

    #1384048
    Paul R
    Moderator

    Please change it to this.

    
    @media (max-width:979px){
    .masthead-inline .x-btn-navbar {
        display: inline;
        margin-top: -2px;
        margin-right: 30px;
        background-color: transparent;
    }
    }
    
  • <script> jQuery(function($){ $("#no-reply-1380197 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>