Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you tried floating them? Adding this to your CSS may do it.

    .addthis_toolbox addthis_default_style a {
    float: left;
    }
    Thread Starter MostafaAbedi

    (@mostafaabedi)

    @dmd54

    Thanks for replying. I tried it out but didn’t work. I don’t have access to .addthis_toolbox addthis_default_style

    So instead I added it with style=”” like below

    <!-- AddThis Follow BEGIN -->
    <p>Follow Us</p>
    <div class="addthis_toolbox addthis_default_style" style="float: left;" >
    <a class="addthis_button_facebook_follow" addthis:userid="TheMostafaAbedi"></a>
    <a class="addthis_button_twitter_follow" addthis:userid="theMostafaAbedi"></a>
    <a class="addthis_button_google_follow" addthis:userid="106914586115617584077"></a>
    </div>
    <script type="text/javascript" src="https://s7.addthis.com/js/300/addthis_widget.js#pubid=xa-506a607f490b6601"></script>
    <!-- AddThis Follow END -->

    which I am not entirely sure is correct.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Dmd54’s CSS recommendation depicts applying float: left to each anchor tag.

    That would be fine but technically it’s always better to add styles into the CSS rather than HTML. Also as Andrew Nevins noticed, it should be specific to the anchor.

    I guess it’s getting the style from the javascript link to addthis.com. If you have an account with them, I would try using their support since it’s most likely a problem with their software.

    Have you installed the plugin? That would probably be the better way to do it as well as more WP compatible.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Impossible Image Link positioning problem’ is closed to new replies.