• Resolved cat5

    (@cat5)


    Hi
    Can you please have a look at my website page: 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/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Ribin_AddThis

    (@ribin_addthis)

    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

    (@jgrodel)

    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

    (@cat5)

    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

    (@jgrodel)

    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

    (@jgrodel)

    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

    (@cat5)

    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.