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

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 2 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #30044
    Rachel Cardy
    siskeyproductions
    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?

    Attachments:
    You must be logged in to view attached files.
    #30048
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.