Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #856785

    Toby
    Participant

    Hello,

    I am trying to remove the excess space underneath the navbar menu… any ideas please?

    http://rideexpeditions.com

    Many thanks!!

    #856963

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You have the following Custom CSS rules which makes those space below.

    
    .x-navbar-inner {
        min-height: 21px;
    }
    
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 21px;
    }
    

    You can try changing it to 0.

    Thanks!