Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #876367
    LENEXIT
    Participant

    Hi,

    First of all, GREAT THEME!

    I am designing a website for a client and have used multiple treads on this forum to create a transparent menu that turns white when you scroll. It works great the only problem i have now is that when you load the page it is fine and you are able to scroll up 1 pixel and there is a white line. Can you help me with this?

    The web adress where i am building the site is michavandervlist.nl/lenex

    Thanx.

    #876741
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You have the following custom CSS rule which makes that line.

    
    .x-navbar-fixed-top-active .x-navbar-wrap {
        margin-bottom: 1px;
    }
    

    Please change it as follows.

    
    .x-navbar-fixed-top-active .x-navbar-wrap {
        margin-bottom: 0;
    }
    

    Hope that helps.

    #876898
    LENEXIT
    Participant

    Great thanx that fixed it!

    #877630
    Darshana
    Moderator

    Glad we were able to help 🙂

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