Design Layout for script

Discussion in 'HTML & Website Design' started by newinvestor23, Oct 22, 2010.

  1. #1
    Hey,
    I was wondering how I can get my addthis to be horizontal.
    this on is (straight from addthis website)

    <div class="addthis_toolbox addthis_default_style">
    <a class="addthis_button_preferred_1" style="cursor: pointer"></a><a class="addthis_button_preferred_2" style="cursor: pointer"></a><a class="addthis_button_preferred_3" style="cursor: pointer"></a></div>

    but if I try to change it to bigger icons, they go above each other, vertical.

    <div class="addthis_toolbox addthis_32x32_style">
    <a class="addthis_button_preferred_1" style="cursor: pointer"></a><a class="addthis_button_preferred_2" style="cursor: pointer"></a><a class="addthis_button_preferred_3" style="cursor: pointer"></a></div>

    what would I need to make this horizontal? like a float command? and where would I put it? I am putting this on my wordpress site, any help is appreciated
    thanks
     
    newinvestor23, Oct 22, 2010 IP
  2. ebizer

    ebizer Peon

    Messages:
    11
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I use AddToAny now which is more compact and has a plugin.
    Its probably a CSS issue on your site. Did you get CSS as well as HTML from the AddThis site ?
    The DIV class has changed for each set of buttons and if your CSS targets the first button set only it could be causing the problem.
    You went from this;
    <div class="addthis_toolbox addthis_default_style">
    To this;
    <div class="addthis_toolbox addthis_32x32_style">
     
    ebizer, Oct 23, 2010 IP
  3. newinvestor23

    newinvestor23 Well-Known Member

    Messages:
    114
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #3
    I used another one so it looks good
    cheers
     
    newinvestor23, Oct 23, 2010 IP