Archived topic
Search Bar Glitch
4 replies · Started by Michael on February 8, 2020
Hi David,
I'm not sure what's happened but my search bar formatting has stuffed up. This may have been something I've done but I cannot tell. If you click the search icon in the menu bar, there is now an additional space at the bottom of the navigation menu (which wasn't there previouly) and there is an - symbol underneath the close symbol. Can you see if there is anything glaringly obvious I am missing? Thank you!
https://www.dropbox.com/s/9f99245uo7vtkvq/menu-screen.jpg?dl=0
Michael.
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
Sorry Leo, it's https://reclaimdesign-383226.easywp.com
Hi Leo,
I've fixed it by adding this css:
li.search-item.active.sfHover.close-search::after {
display: none;
}
div.inside-navigation {
max-height: 55px;
}
Bit of a hack though because it did previously work, so not sure why I have to include now.
Glad you've figured out :)