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

Reply To: Customize Search Results Width

#19015
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

The width of the floating results is set to follow the width an float of the search bar at all times.

To change it’s width separately, I recommend using this custom CSS:

[html].asp_r {
width: 400px !important;
margin-left: -154px !important;
}[/html]

This will change it’s width to 400 pixels, and also aligns the results to the right of the search bar with a negative margin. You can change these values of course, as you like.

You can apply this code on your theme custom CSS field (if it supports it) or use the custom CSS field on the search plugin back-end.