I am having some issues positioning a Google +1 button. In Seamonkey/Firefox, it lines up more or less as it should (after my home-made G icon), though its a bit high in Firefox. In Chrome, it ends up beneath the home-made icon.
Is it possible to control this better?
See example here, in the “connect with us” section on the left sidebar: http://westeros.org/
mrana
March 12, 2012, 7:15pm
2
Linda_A:
I am having some issues positioning a Google +1 button. In Seamonkey/Firefox, it lines up more or less as it should (after my home-made G icon), though its a bit high in Firefox. In Chrome, it ends up beneath the home-made icon.
Is it possible to control this better?
See example here, in the “connect with us” section on the left sidebar: http://westeros.org/
I think you are missing a div here…TRY this
<div class=“SocialFacebook”><div class=“fb-like-box” data-href=“http://www.facebook.com/Westeros ” data-width=“180” data-height=“60” data-show-faces=“false” data-stream=“false” data-header=“true” data-colorscheme=“dark”></div></div>
<div class=“SocialGoogle”><DIV> <a href=“https://plus.google.com/103061842446708659826 ” rel=“publisher”><img src=“http://www.westeros.org/Graphics/icon_social-google+.png ” width=“40” height=“40” border=“0” style=“padding-right:10px;” alt=“Add us on Google+” title=“Add us on Google+” /><div class=“g-plusone” data-href=“http://www.westeros.org/ ”></div></div>
Ah, not a missing div, but a missing closing a tag!
mrana
March 12, 2012, 7:45pm
4
I am glad you were able to fix it.