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

Reply To: (very minimal) Styling of isotopic results

Home Forums Product Support Forums Ajax Search Pro for WordPress Support (very minimal) Styling of isotopic results Reply To: (very minimal) Styling of isotopic results

#23518
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Thank you very much for your kind words, I really appreciate them 🙂

1. Well, depending on how do you want this one, to add generic padding, I would recommend this custom CSS:

.asp_content {
    padding: 12px !important;
}

2. This might be a bit more difficult, but probably doable anyways. Try this custom CSS:

fieldset .asp_option {
    display: inline-block !important;
    min-width: none;
    margin-left: 0 !important;
}

.asp_option_inner, .asp_option_label {
    display: inline !important;
}

.asp_option_label {
    padding: 0 12px !important;
}

.asp_select_spacer {
    display: none !important;
}

fieldset.asp_filter_tax {
    min-width: 100% !important;
}