Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Overriding Ajax Search Pro CSS › Reply To: Overriding Ajax Search Pro CSS
September 12, 2024 at 9:37 am
#49254
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