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
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">