hello I need to configure the height and width of the search bar since for my site it looks too long the search bar I want to configure the size
hello I need to configure the height and width of the search bar since for my site it looks too long the search bar I want to configure the size
form#sitesearch_search input {
width: 150px;
height: 30px;
}