Tagged: x Author Posts March 29, 2016 at 8:20 am #856785 TobyParticipant Hello, I am trying to remove the excess space underneath the navbar menu… any ideas please? http://rideexpeditions.com Many thanks!! March 29, 2016 at 10:00 am #856963 DarshanaModerator 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! Author Posts