Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Question about formatting ajax search pro › Reply To: Question about formatting ajax search pro
November 27, 2019 at 11:31 am
#24769
Keymaster
Hi,
No, it is not related to that. There is a generic rule in the theme stylesheet, that sets the text indent to -15px, that is causing the problem 🙂
To resolve that, please also add this custom CSS:
.asp_w * {
text-indent: initial;
}