Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Search field no longer stretches to 100% width › Reply To: Search field no longer stretches to 100% width
Hello. Sorry for the late follow up, and happy new year.
Digging further into the code, the issue is definitely caused by ASP generating a CSS class:
.asp_w_container{width:200px}
Inspecting the elements in Chrome reveals the normal 100% width is being overridden by this CSS statement.
We don’t have any ASP search fields set to that dimension, and the search field used to be fine prior to 4.21.7, so there must be something going on in ASP.
For now we have resolved the issue by adding custom CSS via the ASP Custom CSS field:
.asp_w_container { width: 100%!important; }
Thanks
-
This reply was modified 4 years, 4 months ago by
philip29.