• Resolved Cindy from Local Bag

    (@cindy-from-local-bag)


    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

    Cindy

    https://wordpress.org/plugins/download-manager/

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    (@codename065)

    if it is about this page here: 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, please give me your URL to check

    Plugin Author Shahjada

    (@codename065)

    @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/

    Thread Starter Cindy from Local Bag

    (@cindy-from-local-bag)

    @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.