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

Reply To: Integration

#21471
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Well, you have two possible options:

1. To increase the search bar width on desktop devices: https://i.imgur.com/nc3SDQq.png

2. ..or use a custom CSS to force a wider results box width, something like this:

@media only screen and (min-width: 1250px)
    .asp_r {
        min-width: 600px;
        margin-left: -200px !important;
    }
}

Both numbers should be adjusted accordingly, to change the width, as well as the left margin, so the results align with the box.