Viewing 1 replies (of 1 total)
  • Plugin Author Matt Cromwell

    (@webdevmattcrom)

    That can be accomplished with some Custom CSS. Here’s something quick and dirty I threw together. You’ll probably have to refine it for mobile screens:

    #give-donation-level-button-wrap>li {
        float: none;
        display: inline-block;
        width: 30%;
    }
    
    [id*=give-form].give-display-modal .give-donation-level-btn {
        width: 100%;
    }

    If you need guidance on implementing Custom CSS on your WordPress site, we have this guide here:
    https://givewp.com/documentation/resources/handling-custom-css-in-wordpress/

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Styling Give Form’ is closed to new replies.