[Resolved] Search Bar Glitch

Home Forums Support [Resolved] Search Bar Glitch

Home Forums Support Search Bar Glitch

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1158671
    Michael

    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.

    #1158986
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1159403
    Michael
    #1159434
    Michael

    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.

    #1159784
    Leo
    Staff
    Customer Support

    Glad you’ve figured out ๐Ÿ™‚

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.