Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1237865
    Tim
    Participant

    Hi X,

    When you go to following page on mobile:
    http://www.rits-consultancy.nl/datamigratie/

    And then start scrolling and go back, you will notice that the header area is a bit strange (for a small amount of time there is a grey background and it tilts a little bit).

    What is going wrong?

    Thanks!

    #1237903
    Thai
    Moderator

    Hi There,

    To fix this issue, please add the following CSS:

    @media (max-width: 979px){
        body .x-navbar.x-navbar-fixed-top {
            background-color: transparent !important;
        }
    }

    Hope it helps 🙂

    #1237920
    Tim
    Participant

    Hi Thai,

    This does not seem to be the solution (see attached screenshot).

    This happens upon scrolling back to top..

    Thanks:)

    #1237949
    Joao
    Moderator

    Hi There,

    Please update the given code to:

    @media (max-width: 979px){
        body .x-navbar.x-navbar-fixed-top {
            background-color: transparent !important;
    }
    .x-navbar-inner {
        height: 0px !important;
    
    }
    }

    Hope it help

    Joao

    #1237960
    Tim
    Participant

    Hi Joao,

    I’m sorry, same problem..

    #1238061
    Jade
    Moderator

    Hi Tim,

    Kindly try to add the code at the bottom part of the CSS customizer because there is another CSS rule that targets the same element below it that overrides it’s values back to the gray background.

    Thank you.

    #1238414
    Tim
    Participant

    Hi Jade,

    All set! Thanks a lot!

    #1238659
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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