Title: Bid Increment Layout
Last modified: April 25, 2020

---

# Bid Increment Layout

 *  Resolved [seanelliot89](https://wordpress.org/support/users/seanelliot89/)
 * (@seanelliot89)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/bid-increment-layout/)
 * Hi There,
 * Is there anyway to customise the layout of the Bid Increment Buttons as they 
   appear very squashed together. Also the colour of the buttons is not ideal however
   there is no way to change this.
 * I have tried creating a template on elementor to adjust how this appears however
   there is no option to add the bid buttons within elementor.
 * Thank you!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbid-increment-layout%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Nitesh](https://wordpress.org/support/users/nitesh_singh/)
 * (@nitesh_singh)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/bid-increment-layout/#post-12751025)
 * Hi [@seanelliot89](https://wordpress.org/support/users/seanelliot89/) ,
 * We checked your link and you can include below css code inside theme’s style.
   css
 *     ```
       form.auction_form.cart {
           display: flex;
           padding-bottom: 16px;
       }
       .quantity.buttons_added {
           display: flex;
       }
       form.buy-now.cart {
           margin: 0 0 20px 0;
       }
       ```
   
 * And with regards to color of button, you can use:
 *     ```
       form.auction_form.cart .bid_button {
           background-color: #000;
       }
       ```
   
 * Regards,
    Nitesh
 *  Thread Starter [seanelliot89](https://wordpress.org/support/users/seanelliot89/)
 * (@seanelliot89)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/bid-increment-layout/#post-12770330)
 * Hi Nitesh,
 * Many thanks with your help on the above.
 * Greatly appreciated.

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

The topic ‘Bid Increment Layout’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-woocommerce-auction/assets/icon-256x256.gif?rev
   =2682280)
 * [Ultimate Auction for WooCommerce - Excellent WP Auction Plugin](https://wordpress.org/plugins/ultimate-woocommerce-auction/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-woocommerce-auction/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-woocommerce-auction/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-woocommerce-auction/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-woocommerce-auction/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-woocommerce-auction/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [seanelliot89](https://wordpress.org/support/users/seanelliot89/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/bid-increment-layout/#post-12770330)
 * Status: resolved