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

Reply To: Vertical search result evenly below search box on all devices

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Vertical search result evenly below search box on all devices Reply To: Vertical search result evenly below search box on all devices

#45594
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Tom,

I think the problem arises from this custom CSS: https://i.imgur.com/ciAFRXf.png
This moves the search box outside the content flow and -130px upwards. So when the calculation is done, this can’t be accounted for.
I see this margin also changes from device to device.

I suggest adding the same positive margin (minus the gap you need) for each case for the results box as well, so they align at the final calculation.
So if you add -130px to the main box, then do something like 120px to the results box and so on..

Please note that I can’t guarantee anything for customizations, but in this case that should do the trick.