Title: Checkout buttons and alignment questions
Last modified: August 22, 2016

---

# Checkout buttons and alignment questions

 *  Resolved [Nancy Rector](https://wordpress.org/support/users/nanrector/)
 * (@nanrector)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-button-1/)
 * Hello!
 * Two questions:
    1. Can the Check Out button be customized? 2. Can the buttons
   be aligned to the middle?
 * Thanks!
    Nancy
 * [https://wordpress.org/plugins/wordpress-simple-paypal-shopping-cart/](https://wordpress.org/plugins/wordpress-simple-paypal-shopping-cart/)

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

 *  Thread Starter [Nancy Rector](https://wordpress.org/support/users/nanrector/)
 * (@nanrector)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-button-1/#post-5501109)
 * I found where to change the shopping cart button. In the pluging images folder.
   Ü Would still like to align the add to cart buttons though.
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-button-1/#post-5501161)
 * Hi nanrector can you share your URL.
 * Thank you
 *  Thread Starter [Nancy Rector](https://wordpress.org/support/users/nanrector/)
 * (@nanrector)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-button-1/#post-5501306)
 * I’ll have to get back with you on that. I finished creating the site and set 
   it to direct to the root as my WP is in a folder and it crashed my dashboard 
   and I now can’t get it back up doing everything that “should” work to manually
   repair it. I’ll post back soon hopefully once I figure it out. If I can’t I just
   lost a full site. 🙁
 *  Thread Starter [Nancy Rector](https://wordpress.org/support/users/nanrector/)
 * (@nanrector)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-button-1/#post-5501323)
 * Back up. Here is my link: [http://mayanlightgrids.com/wp/order/](http://mayanlightgrids.com/wp/order/)
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-button-1/#post-5501347)
 * Hi nanrector thank you for sharing your URL.
 * I had a look at the **Add to Cart** button, they are at present in the middle.
   Where would you like to align them?
 *  Thread Starter [Nancy Rector](https://wordpress.org/support/users/nanrector/)
 * (@nanrector)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-button-1/#post-5501348)
 * I originally was aligning things to the left but the buttons stayed centered.
   I then centered everything to make it look better. If its an all or nothing choice,
   meaning I can only have them align a specific way in every place I put them I’ll
   just keep them as they are. I just wondered if there was a way to manually align
   each one or not.
 * Thanks a bunch!
    Nancy
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-button-1/#post-5501349)
 * Hi Nancy, you can individually change the alignment of each button. See the code
   below.
 * `<td style="text-align: left;">`
 * Each td can have a different alignment. Is this what you are referring too?
 *  Thread Starter [Nancy Rector](https://wordpress.org/support/users/nanrector/)
 * (@nanrector)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-button-1/#post-5501363)
 * Thank you so much!
 *  Thread Starter [Nancy Rector](https://wordpress.org/support/users/nanrector/)
 * (@nanrector)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-button-1/#post-5501374)
 * Actually this isnt working for how I’ve changed it. I removed the table as I 
   was using that to help with centering. I’ve made my graphics full width so now
   the button is going to the left and I’d like it centered. I tried this <div style
   =”text-align:center;”> around it but it doesn’t work.
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-button-1/#post-5501376)
 * Hi you now have to add the code in a different place. Your buttons are using 
   the following class.
 * >  <div class=”wp_cart_button_wrapper”>
 * So you can add the alignment to the following class **wp_cart_button_wrapper**
   in your css file. It would look something like the following.
 *     ```
       .wp_cart_button_wrapper{
       text-align:center;
       }
       ```
   
 *  Thread Starter [Nancy Rector](https://wordpress.org/support/users/nanrector/)
 * (@nanrector)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-button-1/#post-5501377)
 * That works for me. Just tested it. Thank you again!
 *  Plugin Contributor [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/align-button-1/#post-5501379)
 * Hi I am glad 😉 if your issue is resolved can you mark this support thread as
   resolved.
 * Thank you

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

The topic ‘Checkout buttons and alignment questions’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-simple-paypal-shopping-cart/assets/icon-128x128.
   png?rev=2722490)
 * [Simple Shopping Cart](https://wordpress.org/plugins/wordpress-simple-paypal-shopping-cart/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-simple-paypal-shopping-cart/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-simple-paypal-shopping-cart/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-simple-paypal-shopping-cart/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-simple-paypal-shopping-cart/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-simple-paypal-shopping-cart/reviews/)

 * 12 replies
 * 2 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/align-button-1/#post-5501379)
 * Status: resolved