Viewing 1 replies (of 1 total)
  • Plugin Author Devin Walker

    (@dlocc)

    Hey there – I see what you’re saying. It’s styling the radio field like a text input…

    Try adding this to your theme:

    #give-gateway-radio-list>li .give-gateway-option input[type=radio] {
        margin: 0 5px 0 0;
        outline: 0;
        border: inherit;
        height: 20px;
        float: left;
        clear: none;
        width: 20px;
        padding: 0;
    }

    Also, in your theme remove these lines from input, textarea on line 101 in your theme’s main.css if you can:

    appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        -webkit-appearance: initial;

    That’s really messing with the radio button styles.

Viewing 1 replies (of 1 total)
  • The topic ‘Payment Method Radio Buttons Not Appearing Properly’ is closed to new replies.