Site logo

Archived topic

I want my sidebar widget to have a search button.

1 reply · Started by Vikas on September 16, 2020

Viewing posts 1–2 of 2

Hey there i want my search widget to look something like this but i dont see any option for enabling search button.
this is that i want to make it look like https://ibb.co/6Xhtt2F
https://techbhay.com this is my website url.

Hi there,

try adding this CSS:

.widget_search .search-submit {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.widget_search input,
.widget .search-field {
    border-radius: 4px;
}
This archived topic is closed to new replies.