Hello,
I have a header menu with Mouse Hover colors on and the last menu item cuts off very close to the menu text. Can you help?
It will show when you scroll over the Contact Us option on the header menu
Thanks!
Hey jonnycuest,
The last item doesn’t have a padding on the right so that the text is right-aligned to the rest of your content. (You can see this most obviously in your FAQ page.)
But we can see your point. :) To override the theme and add a padding to the right of Contact Us, please use this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a {padding-right:13px !important;}
Best regards,
Sarah
Thank you!
That worked great!