Title: Shortcode Alignment (Center)
Last modified: July 10, 2022

---

# Shortcode Alignment (Center)

 *  Resolved [Ima90sguy](https://wordpress.org/support/users/ima90sguy/)
 * (@ima90sguy)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/shortcode-alignment-center/)
 * Help! I’ve spent the last 3 hours going crazy!!
 * I’m not a CSS expert or coder so this is a struggle for me.
 * But Im trying to simply have control over the shortcode and automatic buttons
   that Easy Digital Download inserts. For some reason, they are stuck on a left
   margin alignment. I tried EVERYTHING I can think of from html centering, div 
   tag centering, and even playing around in the EDD.css file, but I still haven’t
   figured it out. How hard is it to just center an “Add To Cart” button on my downloads
   item page?? Please help! I will be eternally grateful.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshortcode-alignment-center%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Mihai Joldis](https://wordpress.org/support/users/misulicus/)
 * (@misulicus)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/shortcode-alignment-center/#post-15816497)
 * Hi [@ima90sguy](https://wordpress.org/support/users/ima90sguy/)
 * I was able to add the code below to the site using Developer Tools to check how
   it looks: [https://a.supportally.com/3Mxvgf](https://a.supportally.com/3Mxvgf)
   
   If that is what you are looking for, try adding the CSS rule below to your site
   and see if it is working correctly.
 *     ```
       .edd_purchase_submit_wrapper {
         text-align: center;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Shortcode Alignment (Center)’ is closed to new replies.

 * ![](https://ps.w.org/easy-digital-downloads/assets/icon.svg?rev=3455837)
 * [Easy Digital Downloads – eCommerce Payments and Subscriptions made easy](https://wordpress.org/plugins/easy-digital-downloads/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-digital-downloads/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-digital-downloads/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-digital-downloads/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-digital-downloads/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-digital-downloads/reviews/)

## Tags

 * [button alignment](https://wordpress.org/support/topic-tag/button-alignment/)
 * [centering](https://wordpress.org/support/topic-tag/centering/)
 * [EDD](https://wordpress.org/support/topic-tag/edd/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mihai Joldis](https://wordpress.org/support/users/misulicus/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/shortcode-alignment-center/#post-15816497)
 * Status: resolved