• I’m using the AddThis social media plugin on my brother’s site. Until recently, everything was fine. Older posts don’t exhibit this new issue.

    With the new posts, the AddThis buttons are riding off to the top-right corner of the last image: https://www.josephbrockphotography.com/?p=424 (example)

    However, they should be at the very bottom of the post, like this:
    https://www.josephbrockphotography.com/?p=356

    I have an email in to “help at addthis” —?but this being a free plugin, I’m not expecting a ton of feedback from them on this matter.

    Any ideas about how to force those mis-aligned buttons to drop to the bottom of the page (like they used to do)?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter kevincbrock

    (@kevincbrock)

    Here’s the solution. Add this code to the theme’s CSS:

    .addthis_toolbox {
    clear: both;
    }

    Worked perfectly for me!

Viewing 1 replies (of 1 total)
  • The topic ‘AddThis Button alignment?’ is closed to new replies.