I’m trying to move the search icon down and to the left (within the menu bar space). Basically I need to add some padding on the top and the right to better position the icon. Can you advise a simple css to do this?
Thanks,
Barry
Hey katiadiamond!
Can you please show us your web site, so we can see exactly what it needs?
Best regards,
Basilis
Hi, sure. I’ll add details below.
The reason the icon is in the wrong place is because I needed to use a different menu (Mega Main Menu) to match other related sites we have. There is a search icon option included with the menu plugin I can use, but yours looks much better and I was hoping to still be able to include it. It seems to me that if I could add some padding on the top and right side, I’ll be able to play with the values until its placed correctly. Please let me know if you can help.
Thanks,
Barry
Anyone?
Hi!
Maybe some CSS like this would work?
#menu-item-search {
transform: translate(-90px, 12px);
}
If that’s the wrong spot then take a screenshot and highlight exactly what your trying to do so we can get a better idea.
Regards,
Elliott
Awesome – thanks so much!