Tagged: center, search icon
Dear Support Team,
I have a small question.
I have included in my main navigation the search-icon. That looks great! However, if I go out with the mouse (mouse over) it sticks at the right edge. Is it possible to make the icon center, or on the right of the icom more space?
I tried this code, but it is not as desired:
#top #menu-item-search {
padding-right: 20px
}
I hope you can help me and thank you.
Best regards
Hey LorbeerDesign,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.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;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Hi Yigit,
wonderful! Now the navigation is perfect!
Thanks and Regards :-)