Title: share buttons not inline
Last modified: August 30, 2016

---

# share buttons not inline

 *  Resolved [cat5](https://wordpress.org/support/users/cat5/)
 * (@cat5)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/share-buttons-not-inline/)
 * Hi
    Can you please have a look at my website page: [http://kentemploymentlaw.com/news-events/](http://kentemploymentlaw.com/news-events/)
   The add this Share buttons are not lining up across the page but going at an 
   angle down, like steps. They were lining up before but now now. I don’t know 
   why. I tried altering the font in this line to 3% and it almost got them lined
   up straight accept for the share button which was just a wee bit down. Do you
   have any suggestions. Thanks. .entry, .entry p { color: #555555; font: 300 13px/
   1.5em “Open Sans”,arial,sans-serif; }
 * [https://wordpress.org/plugins/addthis/](https://wordpress.org/plugins/addthis/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Contributor [Ribin_AddThis](https://wordpress.org/support/users/ribin_addthis/)
 * (@ribin_addthis)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/share-buttons-not-inline/#post-6211420)
 * Hi there,
 * I am AddThis support agent Ribin. Thank you for contacting AddThis support.
 * Looks like you have a tag in between the buttons which is causing the buttons
   to appear in the next line.
 * Replace the below code
 *     ```
       <div class="addthis_toolbox addthis_default_style " addthis:url='http://kentemploymentlaw.com/2015/erin-kizell-presenting-at-intuit-workshop-for-small-business-owners/' addthis:title='Erin Kizell Presenting at Intuit Workshop for Small Business Owners '  >
                           <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><br />
                           <a class="addthis_button_tweet"></a><br />
                           <a class="addthis_button_pinterest_pinit"></a><br />
                           <a class="addthis_counter addthis_pill_style"></a>
                       </div>
       ```
   
 * with
 *     ```
       <div class="addthis_toolbox addthis_default_style " addthis:url='http://kentemploymentlaw.com/2015/erin-kizell-presenting-at-intuit-workshop-for-small-business-owners/' addthis:title='Erin Kizell Presenting at Intuit Workshop for Small Business Owners '  >
                           <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
                           <a class="addthis_button_tweet"></a>
                           <a class="addthis_button_pinterest_pinit"></a>
                           <a class="addthis_counter addthis_pill_style"></a>
                       </div>
       ```
   
 * Let us know if you’ve more questions. I’m happy to help!
 * Thanks!
 *  Plugin Contributor [Julka Grodel](https://wordpress.org/support/users/jgrodel/)
 * (@jgrodel)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/share-buttons-not-inline/#post-6211488)
 * Hi Cat5.
 * Thanks for letting us know. We’ve had a couple reports of this issue with some
   themes and are working on a fix. We’ll release it soon.
 * I’ll update here when this is released.
 *  Thread Starter [cat5](https://wordpress.org/support/users/cat5/)
 * (@cat5)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/share-buttons-not-inline/#post-6211500)
 * Thank you for the help. The file that the div is built in, addthis/addthis_social_widget.
   php, doesn’t have the 
    tag in it. Can you point me to the file that I should
   correct. Sorry for not understanding where this should go. thanks!
 *  Plugin Contributor [Julka Grodel](https://wordpress.org/support/users/jgrodel/)
 * (@jgrodel)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/share-buttons-not-inline/#post-6211508)
 * Hi Cat5.
 * While there may be other causes for the issue you’re having, it’s likely caused
   by your theme adding in those br tags itself automatically.
 * We released the 5.0.5 version of the plugin just a couple minutes ago, and believe
   it will resolve your issue without any need to you to edit code.
 * Let us know if that fixes it for you.
 *  Plugin Contributor [Julka Grodel](https://wordpress.org/support/users/jgrodel/)
 * (@jgrodel)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/share-buttons-not-inline/#post-6211630)
 * Marking as resolved. Please let us know if you’re still having an issue with 
   this after upgrading to the newest version of the plugin.
 *  Thread Starter [cat5](https://wordpress.org/support/users/cat5/)
 * (@cat5)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/share-buttons-not-inline/#post-6211634)
 * Yes Thank YOU!! Very much appreciated.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘share buttons not inline’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/addthis_70cced.svg)
 * [WordPress Share Buttons Plugin – AddThis](https://wordpress.org/plugins/addthis/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/addthis/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/addthis/)
 * [Active Topics](https://wordpress.org/support/plugin/addthis/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/addthis/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/addthis/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [cat5](https://wordpress.org/support/users/cat5/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/share-buttons-not-inline/#post-6211634)
 * Status: resolved