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

Reply To: How to make Radio options to appear side by side

Home Forums Product Support Forums Ajax Search Pro for WordPress Support How to make Radio options to appear side by side Reply To: How to make Radio options to appear side by side

#30048
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

1. It requires custom code, I recommend trying this custom CSS:

.asp_label {
    display: inline-block !important;
}

.asp_w form[name=options]>fieldset {
    width: 100% !important;
}

2. Sure, I have deactivated the license, it should be usable now.