This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Larger search window

#21380
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Oh, I see what you mean now. Sure, you can do that by changing the search width to whatever you like, and using a custom CSS to force a different width for the results box:

.asp_r {
    min-width: 480px;
    margin-left: -320px !important;
}

The margin-left value might need to be adjusted, depending on the min-width you choose.