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;
}