Tagged: main menu
Hi!
I’ve got two questions:
1) In the main menu, you gave me in other topic the next solution. The problem was that the last item was not highlighted correctly in the mouse over, but there’s a small detail in the underline, can this be fix?
.html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a{
padding-right: 13px;
}
2) The links in the footer have some space between them, is it possible to remove it? So it can look like the “Pages” widget.
Thank you!
Hi C-LabMX!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_searchicon_disabled #top .main_menu .menu>li:last-child>a .avia-menu-fx {
padding-right: 0;
}
.widget_nav_menu a {
padding: 0;
}
Regards,
Yigit
Thanks a lot Yigit!
Works great!