Title: aligning a custom button
Last modified: August 30, 2016

---

# aligning a custom button

 *  Resolved [Cindy from Local Bag](https://wordpress.org/support/users/cindy-from-local-bag/)
 * (@cindy-from-local-bag)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/aligning-a-custom-button/)
 * Hi there, I’ve been learning how to use Download Manager this afternoon and have
   run into a problem that I can’t seem to fix. I saw it a couple of times on the
   forum but it was unresolved.
 * I’m using a custom image button for a download button but cannot center it in
   the post. It aligns to the left. I don’t see anywhere in the admin panel to adjust
   this and I’m not sure where to go in the CSS to fix it.
 * Could anyone help me? Many thanks in advance!
 * You can see the button at: [http://zahooia.com/?p=84](http://zahooia.com/?p=84)
 * Cindy
 * [https://wordpress.org/plugins/download-manager/](https://wordpress.org/plugins/download-manager/)

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

 *  [frshajib](https://wordpress.org/support/users/frshajib/)
 * (@frshajib)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/aligning-a-custom-button/#post-6692717)
 * I am also facing this problem.
    My short code is [wpdm_button_template id=”117″
   style=”red” align=”center”] but the button always stand at left side.
 *  Plugin Author [Shahjada](https://wordpress.org/support/users/codename065/)
 * (@codename065)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/aligning-a-custom-button/#post-6692725)
 * if it is about this page here: [http://zahooia.com/?p=84](http://zahooia.com/?p=84),
   please add following css at the end of your theme css, to make the button centered:
 *     ```
       .wpdm-download-link {
           display: block;
           text-align: center;
       }
       ```
   
 * [@frshajib](https://wordpress.org/support/users/frshajib/), please give me your
   URL to check
 *  Plugin Author [Shahjada](https://wordpress.org/support/users/codename065/)
 * (@codename065)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/aligning-a-custom-button/#post-6692743)
 * [@frshajib](https://wordpress.org/support/users/frshajib/), We just released 
   new update of the add-on with some improvements, please check and download latest
   version from here [http://www.wpdownloadmanager.com/download/wpdm-button-templates/](http://www.wpdownloadmanager.com/download/wpdm-button-templates/)
 *  Thread Starter [Cindy from Local Bag](https://wordpress.org/support/users/cindy-from-local-bag/)
 * (@cindy-from-local-bag)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/aligning-a-custom-button/#post-6692796)
 * [@shaon](https://wordpress.org/support/users/shaon/) Thank you!
 * [In case anyone else, like me, is more of a WordPress adventurer than a WordPress
   scholar, this might save you a moment —
    I first went to Themes/Appearance/Editor.
   I looked at the long list of files and tried Shaon’s instructions on a few files
   that I thought seemed logical (Main Index Template, SinglePost, etc) When that
   didn’t work I went the Theme Details path and finally saw the logical place to
   put the code, Edit CSS (duh). You can also just go Themes/Appearance/Edit CSS,
   right below Themes/Appearance/Editor.]

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

The topic ‘aligning a custom button’ is closed to new replies.

 * ![](https://ps.w.org/download-manager/assets/icon-256x256.png?rev=1561688)
 * [Download Manager](https://wordpress.org/plugins/download-manager/)
 * [Support Threads](https://wordpress.org/support/plugin/download-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/download-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/download-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/download-manager/reviews/)

## Tags

 * [align center](https://wordpress.org/support/topic-tag/align-center/)
 * [Custom button](https://wordpress.org/support/topic-tag/custom-button/)

 * 4 replies
 * 3 participants
 * Last reply from: [Cindy from Local Bag](https://wordpress.org/support/users/cindy-from-local-bag/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/aligning-a-custom-button/#post-6692796)
 * Status: resolved