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

Reply To: Overriding Ajax Search Pro CSS

#49254
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Yan,

Some rules are indeed enforced to ensure maximum compatibility, as many themes do override paddings and margin (and other rules as well) very agressively.

You can still override these by making higher specificity CSS rules, for example:

div#ajaxsearchpro4_1 .probox .proinput input.orig,
div#ajaxsearchpro4_2 .probox .proinput input.orig {
    padding: 12px !important;
}

However if you are looking to increase the spacing between the search input and the container, you can use this option too: https://i.imgur.com/zvBqmyQ.png