I'm using Joomla 3.4, Gantry 5, Hydrogren theme. I have customized the navigation menu by adding
#g-navigation .g-grid {
line-height: 1;
font-size: .9rem;
}
#g-navigation .g-content {
margin: 0;
}
to my custom.scss file. Which looks the way I want it to. The problem I am running into is when I mouse-over a menu item the highlight box is now too big. How can I change the size of the roll-over highlight box to match up with the new navigation bar size? Many thanks in advance!