Archived topic
Space issue with primary nav item and sub-menu item
3 replies · Started by Rudy Vaughn on September 27, 2018
Viewing posts 1–4 of 4
Hi,
The issue I have is when hovering over Programs & Services, the sub-menu item is extremely low. How do I adjust the space so it is closer to the parent item?
Thanks,
That's because the menu item is really tall and it's set to show up at the bottom of the parent item.
You could try moving it up like this:
.main-navigation ul ul {
top: -20px;
}
Awesome. Got it to work after a few adjustments. Thanks Tom!
You're welcome!:)
This archived topic is closed to new replies.