The Print and Email buttons using the code -
<a class="addthis_button_email"></a>
<a class="addthis_button_print"></a>
are not the same size as the regular buttons using this code:
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a class="addthis_button_pinterest_pinit"></a>
<a class="addthis_counter addthis_pill_style"></a>
Is there a way to adjust the size of the email and print buttons to be a closer size to the standard buttons?
Thank you!