Archived topic
Search in menu working incorrectly
3 replies · Started by Alberto on September 21, 2020
Hello
I’m using the Hook Element inside-navigation for the header as David suggest here but I need to enter the words I want to search for in the right place, i.e., where the magnifying glass icon is placed, not at the top of header.
You can see what I mean in prueba.arenatours.com
Can you please tell me how to achieve this?
Thanks in advance!
Hi there,
Perhaps something like this will help?:
.navigation-search.nav-search-active {
left: auto;
right: 50px;
bottom: 0;
top: auto;
max-width: 500px;
}
Hi Tom!
Thank you so much!, it works quite good.
Regards
Glad I could help :)