[Resolved] Native search widget does not display search button

Home Forums Support [Resolved] Native search widget does not display search button

Home Forums Support Native search widget does not display search button

  • This topic has 3 replies, 3 voices, and was last updated 4 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1235677
    Anonymous

    Hi there,

    When the native search is added to the “Top bar widget”, it displays the search box however no button is displayed. There doesn’t appear to be an overriding CSS that would prevent this under “Additional CSS”. How can the search button be display?

    #1236355
    David
    Staff
    Customer Support

    Hi there,

    the Submit is hidden by some CSS – add this to display:

    .widget_search .search-form .search-submit {
        display: inline;
    }

    And you can add this if you want the input and submit inline:

    .widget_search .search-form {
    	display: flex;
    }
    #1236521
    Anonymous

    Thanks David. Neither option displays the input box nor search button.

    #1236687
    Tom
    Lead Developer
    Lead Developer

    Any chance you can link us to the site so we can take a look?

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