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

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30044
    Rachel Cardysiskeyproductions
    Participant

    1) how can I change the look of the radio selectors under Frontend Search Settings > Categories & Taxonomy Terms > Filters to be side-by-side, instead of one on top of the other? Also is there a way to make them look more like buttons, rather than radio buttons?

    2) i cannot remember my previous licensed website URL — it was a development site that we ended up not using the plugin on. I tried to deactivate it but I keep getting the URL wrong. Can you manually deactivate it on your side so that I can activate it on my new site?

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.