Tagged: menu
I’m having an issue where always the last menu doesn’t have a full length underline when you hover your mouse over. Please take a look at attached links. Hover your mouse over the other links and you’ll see the underline is the same length as the text of the menu. But the last one is always cut off. How can I fix this?
Hi schenkco!q
Thank you for using Enfold.
Please add this in the Quick CSS field:
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
padding-right: 13px;
}
Cheers!
Ismael
Hi,
I’ve added to the quick CSS and it did not make a difference. I even tried setting it to say 43px but it looked exactly the same on the menu.
Hey!
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
Ah that fixed the issue, thanks!!