Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Layout overlapping › Reply To: Layout overlapping
September 19, 2021 at 9:22 am
#34818
Keymaster
Hi,
Try this custom CSS to get the min-width correctly:
.searchsettings fieldset {
width: 100% !important;
min-width: unset !important;
}