• Resolved Michael Boldin

    (@michael-boldin)


    I’m using the 32px buttons at the top of posts and pages. The text from the content of pages and posts touches the bottom of the plugin above it, making my website a bit unsightly.

    I’d like to add a simple
    in the plugin file to add some spacing below it, but not sure where to put that.

    advice, help?

    http://wordpress.org/extend/plugins/addthis/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Michael, I can help you. Please share your website url and I can suggest you the needed CSS to be applied to have the change. Or in general, apply the following css to your theme’s stylesheet.

    .addthis_toolbox.addthis_default_style.addthis_32x32_style {
    padding-bottom: 20px;
    }

    You can change 20px to a better value according to your pleasing.

    Thread Starter Michael Boldin

    (@michael-boldin)

    that did the trick, thank you!

    I’m using the default style, what is the code in this case?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘spacing below the add this buttons’ is closed to new replies.