Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #885809
    bak
    Participant

    Hi

    My header looks fine on desktop but on mobile there is a margin.

    Can you check why this is happening?

    #885811
    bak
    Participant
    This reply has been marked as private.
    #886550
    Christopher
    Moderator

    Hi there,

    Please find and remove this code :

    @media (max-width: 1349px){
    .x-navbar-fixed-top-active .x-main.full {
        margin-top: 50px;
    }
    }

    Thanks.

    #886656
    bak
    Participant
    This reply has been marked as private.
    #887277
    Rad
    Moderator

    Hi there,

    1. Please change this existing CSS,

    .x-brand img {
        margin-left: -40px;
    }

    to this,

    @media ( min-width: 980px ) {
    .x-brand img {
        margin-left: -40px;
    }
    }

    2. Please add this CSS too,

    .x-btn-navbar {
        margin: 5px 0px !important;
    }

    Hope this helps.

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