Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Change Magnifying Glass Search Results Page › Reply To: Change Magnifying Glass Search Results Page
Hi Luke,
The magnifier is not visible on the top because the theme applies a 110 pixel line height to the top element, therefore it stays below it’s container. The fix is very simple, just use this custom css to override it for the magnifier:
.promagnifier .innericon {
line-height: initial;
}
To get the correct url, you need to change the Redirect to url? option as well on the General Options -> Behavior panel: https://i.imgur.com/qoBaKAU.png
I know it’s kind of confusing to have 2 different options for the essentially same thing, but too many people requested to have different url for the “more results” link, so I had to implement it 🙂
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)