When you hover over the last navigation menu item, ‘News & Events’ I have it set so the background color changes to orange which works great. The issue is that when it does change the background to orange the title is right up against the right side and not centered like the other navigation menu titles are.
How do I get it centered like the others?
It seems like it needs a little more padding on the right side, I just can’t figure out how to get it centered.
Thank you.
Hey Micheal0424!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_main_nav_header #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a {
padding-right: 13px;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
That worked perfectly, thank you so much for your help!!
This code was working before but is no longer working.
Is there a new code I can use?
I tried altering this one to try and get it to work but had no luck.
Any help is greatly appreciated here, thank you.
Hey!
I am redirected to the link i posted in private content field. Can you please disabling it temporarily so we can look into it?
Also, please try adding following code to Quick CSS
.html_main_nav_header.html_logo_left #top .main_menu .menu>li:last-child>a, .html_bottom_nav_header #top #menu-item-search>a { padding-right: 13px !important; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit
Sorry about that, I had the country blocking settings on.
The code you gave worked perfectly, thank you.