Tagged: search icon
Hi there,
I would like to have the search icon aligned with the rest of my menu. (i wanted to show a screenshot…. but now i see there is no function to upload. please look on my dev-site. it’s the sreach icon right beside the main navigation menu)
Possible to move the icon up a bit with css?
I am using the Uber menu as main navigation menu, so i tried to use a widget area with the search function.
But instead of showing only the search-icon, it showed a big “search” field-widget… that was not OK. Also it made the navigation line to big and covered the logo.
Thank you very much!!
Awesome theme.
Maik
Hey webbiz215,
Please try this code in the General Styling > Quick CSS field:
@media only screen and (min-width: 959px) {
li#menu-item-search {
width: 12px !important;
line-height: 60px !important;
float: right !important;
}
}
Best regards,
Mike
Awesome Mike!
Thanks alot.
That worked perfectly :)
Have a great day and thx again!
Maik