Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1416531

    cmiller2121
    Participant

    Question, There is a white line below the navbar/above slider revolution that I am trying to remove. If you scroll down the line is removed and only seems to appear full screen. I’m sure I have some CSS wrong. This is the CSS that I have to make the navbar full width with links in the centered.
    Thanks for your help.

    .masthead .x-container-fluid {
    max-width: none;
    width: 100%;
    }

    .x-navbar .x-container.max {
    max-width: 100%;
    }

    body .x-navbar .x-nav-wrap.desktop .x-nav li {
    float: none;
    display: inline-block;
    }

    body .x-navbar .x-nav-wrap.desktop .x-nav {
    width:100%;
    text-align:center;

    #1416757

    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1416805

    cmiller2121
    Participant
    #1417156

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

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

    Thanks.

    #1417831

    cmiller2121
    Participant

    Thank you that worked.

    #1417939

    Jade
    Moderator

    You’re most welcome.