Title: center button
Last modified: September 1, 2016

---

# center button

 *  Resolved [thebuilder](https://wordpress.org/support/users/cway/)
 * (@cway)
 * [10 years ago](https://wordpress.org/support/topic/center-button-4/)
 * Is it possible to center the Make Offer button?
 * [https://wordpress.org/plugins/offers-for-woocommerce/](https://wordpress.org/plugins/offers-for-woocommerce/)

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

 *  Plugin Contributor [angelleye](https://wordpress.org/support/users/angelleye/)
 * (@angelleye)
 * [10 years ago](https://wordpress.org/support/topic/center-button-4/#post-7668832)
 * You should be able to get that done with some general CSS adjustment on your 
   site. What is the URL where a button is displayed? I’ll take a look and see if
   I can give you a quick tip on centering it.
 *  Thread Starter [thebuilder](https://wordpress.org/support/users/cway/)
 * (@cway)
 * [10 years ago](https://wordpress.org/support/topic/center-button-4/#post-7668843)
 * [http://arsgratiaartis.co/product/the-four-agreements/](http://arsgratiaartis.co/product/the-four-agreements/)
   
   password: angelleye Thanks!
 *  Plugin Contributor [angelleye](https://wordpress.org/support/users/angelleye/)
 * (@angelleye)
 * [10 years ago](https://wordpress.org/support/topic/center-button-4/#post-7668849)
 * Take a look at this: [http://fiber.angelleye.com/forums/wordpress-plugins/offers-for-woocommerce-center-button.jpg](http://fiber.angelleye.com/forums/wordpress-plugins/offers-for-woocommerce-center-button.jpg)
 * I was able to get that centered by applying the following rules to the class…
 *     ```
       .single_variation_wrap_angelleye_ofwc_offer_tab_form_wrap  {
           width: 175px;
           margin-left: auto;
           margin-right: auto;
       }
       ```
   
 *  Thread Starter [thebuilder](https://wordpress.org/support/users/cway/)
 * (@cway)
 * [10 years ago](https://wordpress.org/support/topic/center-button-4/#post-7668928)
 * Thank you for the suggestion, Angelleye. That class isn’t in the code, however.
 * This is:
 * `single_variation_wrap_angelleye ofwc_offer_tab_form_wrap`
 * Notice the break in the middle. Is that an oversight in the coding?
 *  Plugin Contributor [angelleye](https://wordpress.org/support/users/angelleye/)
 * (@angelleye)
 * [10 years ago](https://wordpress.org/support/topic/center-button-4/#post-7668961)
 * Yes, that’s what I meant, sorry.
 *  Thread Starter [thebuilder](https://wordpress.org/support/users/cway/)
 * (@cway)
 * [10 years ago](https://wordpress.org/support/topic/center-button-4/#post-7668962)
 * That worked. Thanks! Below is the code that works.
 *     ```
       .single_variation_wrap_angelleye.ofwc_offer_tab_form_wrap  {
           width: 175px;
           margin-left: auto;
           margin-right: auto;
       }
       ```
   

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

The topic ‘center button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/offers-for-woocommerce_edefee.svg)
 * [Offers for WooCommerce](https://wordpress.org/plugins/offers-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/offers-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/offers-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/offers-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/offers-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/offers-for-woocommerce/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [thebuilder](https://wordpress.org/support/users/cway/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/center-button-4/#post-7668962)
 * Status: resolved