Hi all,

I need a bit of help with some CSS. It's probably pretty simple, however, I am very ignorant when it comes to CSS.

I have added some Add This buttons to my product pages with this code inserted into my /includes/templates/my_template/templates/tpl_product_info_display.php:

Code:
<!-- AddThis Button BEGIN -->
<link rel="image_src" href="<?php echo "http://" . $_SERVER['HTTP_HOST'] . "/images/" . $products_image; ?>" />
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4f2fdf3701c99b73"></script>
<!-- AddThis Button END -->
The image shows what I want to do. The left is what it currently looks like, and the right is what I want it to look like:



Here is a link to a product on my site as well:

http://tinyurl.com/82uf9yr

Any help is greatly appreciated!