Hi 1Option
You’ll foul up the responsiveness of the site if you change the search from it’s size to bigger, I tried that with just a extra 50 px in size and it merges with the logo on Iphone view so I killed the area off.
But from what I see try line 162 of the main template.css file
This code
#finder-filter-select-list li label {
display: inline-block;
min-width: 150px; increase to your banner width + room for borders, padding
add height declaration to suit banner height + borders, padding – then publish your banner to the search position
}
You may have to modify the template.css in whatever theme (blue, brown etc.) you are using, I didn’t pursue my original idea after destroying the responsive look, so never checked the theme template.css files to see if mods were necessary.
Cheers Shannon