Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Magnifier outside box › Reply To: Magnifier outside box
March 28, 2018 at 12:19 pm
#17348
Keymaster
Hi!
That happens, because the alignment is reset by a conflicting CSS rule.
This custom CSS should resolve it:
[html]div.innericon {
text-align: center !important;
}[/html]