Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Full width of filter and result shortcode › Reply To: Full width of filter and result shortcode
September 17, 2020 at 3:13 pm
#29420
Keymaster
Hi,
The search settings container is set to 100% width by default, but the items in there are centered with minimal spacing. This is very hard to tell without actually seeing the implementation, but I recommend trying this custom CSS first:
form.asp-fss-flex {
justify-content: space-between !important;
}