Tagged: menu padding, navigation
How can I decrease the padding between the navigational (menu) items and the underline? I know I have a large logo, but I would like the lines under the active menu items moved up to below the words.
Hi BrendaSarg!
Try adding this to your custom CSS.
.avia-menu-fx { bottom: 100px !important; }
Best regards,
Elliott
Perfect, thank you!