Archived topic
Native search widget does not display search button
3 replies · Started by Former User on April 11, 2020
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?
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;
}
Thanks David. Neither option displays the input box nor search button.
Any chance you can link us to the site so we can take a look?