Archived topic
Search Icon + Burger Nav: Impossible to see the search field
3 replies · Started by Sergio on May 13, 2021
Viewing posts 1–4 of 4
Hello,
When I click on the search icon, the field to fill in the search has hardly any space.
The website where it happens:
https://wordpress-507255-1766871.cloudwaysapps.com/
Thanks in advance
Hi Sergio,
Try this CSS, feel free to change the numbers, just keep them matching.
.inside-header .navigation-search.nav-search-active {
left: -500px;
width: 500px;
}
It works perfectly.
Thank you very much!
No problem :)
This archived topic is closed to new replies.