Hello, I want to have search icon next in top secondary menu next to social icon. Is this possible?
Hey s4phirs,
Please have a look at the solution posted here
Best regards,
Victoria
Thank you that worked. It’s possible to add search icon next to social icons?
Hi,
Yea, but the search would not open the search bar – is that OK?
Best regards,
Basilis
Hi s4phirs,
Please try the following css:
@media only screen and (min-width: 990px) {
#top #menu-item-search {
right: -45vw;
}
}
@media only screen and (max-width: 989px) {
#top #menu-item-search {
right: -40vw;
}
}
Best regards,
Victoria