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

Reply To: Question about formatting ajax search pro

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

#24769
Ernest MarcinkoErnest Marcinko
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;
}