Adding Facebook and Twitter sharing buttons was easy, but now I'm having trouble with Google+. No matter where I place the code on my page (using a Bootstrap grid), it always adds 2-3 pixels on the right side, creating a horizontal scrollbar:
<div class="g-plus" data-action="share" data-align="left" data-annotation="none"></div>
Here's the Plus Script code at the bottom of my page:
<script src="https://apis.google.com/js/platform.js" async defer>{lang: 'fr'}</script>
Any suggestions on how to fix this issue? I've tried containing the div in another div with a fixed width, but the script seems to override any CSS styling attempts. I can't figure out what's replacing the original div or how to modify it.
I could really use some help here, thank you.