Hey there,
I just added a pinterest button to my website, only the button is bigger than the other buttons so it looks kind of odd. How do I change the button size?
Here is the code;
[code]
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_pinterest_pinit" pi:pinit:media="" pi:pinit:layout="horizontal"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
</div>
<script type="text/javascript">
var addthis_share = {
templates: { twitter: '{{title}} {{url}} via @redacted' }
}
</script>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4e4cbe36664cfadc"></script>
<!-- AddThis Button END -->
[/code]
Specifically this line;
[code]
<a class="addthis_button_pinterest_pinit" pi:pinit:media="" pi:pinit:layout="horizontal"></a>
[/code]
Here is a screenshot;
http://imgur.com/vnvi4
If you want the Pinterest button to be the same size as the other buttons you need to use our Pinterest share service, like this:
<a class="addthis_button_pinterest_share"></a>
This question is closed to new answers.