Hi there,
The little search icon that automatically appears in the menu bar is not centered within it’s box. It looks off center and out of place.
How can I center this little magnifying glass?
Picture/Screenshot:
Thank you!
Site: http://ncsera.com/
Hi!
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: 12px !important; }
Best regards,
Elliott
Thank you, works great!