The search Icon in the main navigation is not centered within the hover area. I have seen another post that you guys recommended adding: .html_main_nav_header #top .main_menu .menu > li:last-child > a, .html_bottom_nav_header #top #menu-item-search > a:hover { padding-right: 12px !important; }
I did that but it did not help enough and if I make it larger padding then it jumps to 2 lines.
Below is a link to my site.
Please let me know if you have any suggestions.
Hey sublime5o
Sorry for the late reply! Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_bottom_nav_header #top #menu-item-search>a {
padding-right: 35px;
}
#header #header_main_alternate .container {
padding: 0 40px;
}
Regards,
Yigit
That does not help. This breaks the nav on 2 lines now and still isnt centered…..