27.4.14

HOW TO FIX YOUR POST SHARE BUTTONS

Something recently changed with Blogger's coding. I'm not entirely sure what but somehow all of my pre-made templates that I sell and have sold with the special "AddThis" feature (which allows your visitors to share posts) have fell out of alignment. Many have reported the share buttons overlapping with the comments, similar to the picture below.

BEFORE


AFTER


many have contacted me to ask about this error and it would be simply impossible for me to fix this for each individual person so this post will show you how to fix this yourself. As long as you follow the instructions correctly, it should be super easy.

So to begin with, you're going to go to access your Blogger dashboard.

Go to TEMPLATE.

Next, click EDIT HTML.

Now, click anywhere inside the HTML code and select ctrl & F (CMD & F on Mac) at the same time.  This will bring up a search box.

Type <a class='addthis_button_share'>

This will take you directly to the code we will be fixing.



Now you need to replace the highlighted code with the following code:

<a class="addthis_button_share" style="float: left;">




Preview the changes. If it's fixed, click Save and that's all there is to it.

Hope that helps :)