Topic-icon Google Plus button formatting

Active Subscriptions:

None
11 years 4 months ago #29165 by fb_73300008
I am trying to have the google plus, Facebook, and twitter tags in a table side by side. When I place the google plus in a cell it includes an extra space. How would you recommend doing this? I can get the Twitter and Facebook tags to line up perfectly.


www.richardmichaelllc.com/pastorministri...urrent-sermon-series
The topic has been locked.
Active Subscriptions:

None
11 years 4 months ago #29166 by fb_73300008
Here is my code, no matter how small I make the width the space still exist?

<table border="0" cellpadding="1" cellspacing="1" style="width: 1024px;">
<tbody>
<tr>
<td style="width: 44px;">
SHARE:</td>
<td style="width: 50px;">
{SCGooglePlusOne}</td>
<td style="width: 80px;">
{SCTwitterShare}</td>
<td style="width: 300px;">
{JFBCLike}</td>
<td>
&nbsp;</td>
</tr>
</tbody>
</table>
The topic has been locked.
Support Specialist
11 years 4 months ago #29168 by alzander
There's a width that's being set on the button itself. That's done by Google, and not something you can modify at the time the page is rendered. You can try adding the following style to your stylesheet, which looks like it may help.. but I can't be certain:
#___plusone_0 { width:46px;}
Hope that helps, but if not, let us know when you've implemented that style and we'll test and suggest something else if possible.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
11 years 4 months ago #29207 by fb_73300008
Thank you sir! I used #___plusone_0{ width:70px !important; } and it fixed everything!
The topic has been locked.
Support Specialist
11 years 4 months ago #29211 by alzander
Awesome! Glad to hear that worked for you. If you need anything else, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It's certainly not required, but very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks,
Alex
The topic has been locked.