I noticed on my website recently, on the main menu, when I hover over to the contact page, the highlight color is red which is the correct color I chose however it seems to cut off to close to the letter “T” at the end. If you hover to clients menu, or any other menu the highlight color is perfectly aligned. The only issue is with the “Contact” menu where the highlight is sort of cut off. You can check website at http://www.roarpost.com
Thanks,
Hey Carlos!
Try adding this to your custom CSS.
.html_main_nav_header #top .main_menu .menu > li:last-child > a, .html_bottom_nav_header #top #menu-item-search > a {
padding-right: 15px !important;
}
Best regards,
Elliott
thank you Elliott that worked like a charm! Not sure why it didn’t work when I installed the template itself but this fixes it. Greatly appreciated!