Archived topic
Why the Search Form on the Sidebar doesn't have the search button?
1 reply · Started by vincenteccl on January 20, 2023
Viewing posts 1–2 of 2
Hi! It's weird that my search form on the right sidebar doesn't have a button beside the search box.
My other sites have the button, but not on this site.
The website settings are the same, so I don't understand why.
Please help.
Hi there,
i assume this is an older site.
Try adding this CSS to fix that:
.widget_search .search-submit {
display: block !important;
}
This archived topic is closed to new replies.