Title: Styling Give Form
Last modified: August 31, 2016

---

# Styling Give Form

 *  Resolved [neilquinn91](https://wordpress.org/support/users/neilquinn91/)
 * (@neilquinn91)
 * [10 years ago](https://wordpress.org/support/topic/styling-give-form/)
 * Hey,
 * Just wanted to know how to split the suggested amounts buttons into two lines(
   half above and half below)
 * [https://speechangel.com/support-speechangel/](https://speechangel.com/support-speechangel/)
 * and then bring the custom amounts button below that again?
 * Any help would be great!
 * Thanks,
 * Neil
 * [https://wordpress.org/plugins/give/](https://wordpress.org/plugins/give/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * (@webdevmattcrom)
 * [9 years, 12 months ago](https://wordpress.org/support/topic/styling-give-form/#post-7392481)
 * 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/](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.

 * ![](https://ps.w.org/give/assets/icon-256x256.jpg?rev=2873287)
 * [GiveWP - Donation Plugin and Fundraising Platform](https://wordpress.org/plugins/give/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/give/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/give/)
 * [Active Topics](https://wordpress.org/support/plugin/give/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/give/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/give/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Matt Cromwell](https://wordpress.org/support/users/webdevmattcrom/)
 * Last activity: [9 years, 12 months ago](https://wordpress.org/support/topic/styling-give-form/#post-7392481)
 * Status: resolved