• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Download Monitor & Manager Plugin

Simple Download Monitor & Manager for WordPress

  • Home
  • Documentation
  • Addons/Extensions
  • Login
    • Sign In
    • Edit Profile
    • My Downloads
  • Support
    • Tutorials
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
  • Contact Us
You are here: Home / Tutorials / How to Center Align the Download Now Buttons

How to Center Align the Download Now Buttons

admin · Nov 9, 2017 · Leave a Comment

There are a couple of ways you can center align the download now buttons created using the download monitor plugin.

Method 1

You could wrap the download now button shortcode with a center align style code. See example below:

<div style="text-align: center;">
[download-shortcode-goes-here]
</div>

The following shortcode will show the standard download button with center alignment:

<div style="text-align: center;">
[sdm_download id="4195"]
</div>

Method 2 (Use Custom CSS)

The download now buttons has a CSS class attached to it. So you can add the following custom CSS code in your site to make the download buttons have a center alignment:

.sdm_download_link{
    text-align: center;
}

You can enter the custom CSS code in the following interface of your WordPress dashboard

Appearance -> Customize -> Additional CSS

Tutorials tweaks

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Featured Addons

  • Squeeze Form Addon
  • Hidden Downloads Addon
  • Amazon S3 Integration

Support Links

  • Support Forum

Search

Featured Plugin

WP Express Checkout Plugin

Start managing and tracking your file downloads with the simple download monitor plugin. Download Now

Copyright © 2025 | Simple Download Monitor | A member of the Tips and Tricks HQ family.