Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › not working ok › Reply To: not working ok
March 13, 2020 at 9:33 am
#26239
Keymaster
Hi,
There is a custom CSS in the theme that changes the box sizing, causing the problem.
Please try this custom CSS to override and correct that:
.asp_w, .asp_w *,
.asl_w, .asl_w * {
box-sizing:content-box !important;
}