This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Full width of filter and result shortcode

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

#29420
Ernest MarcinkoErnest Marcinko
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;
}