Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Integration › Reply To: Integration
March 7, 2019 at 9:56 am
#21471
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.