html - Google+ Button Not Displaying Inline -
my google+ button displays inline other buttons in firefox & internet explorer.
however, not display inline other buttons in google chrome.
page can seen here: http://www.abijahchristos.com/sample/springspa
jsfiddle here: http://jsfiddle.net/abijah/hjpac/
in main.css on line 170 change 
#social li { display: inline }  to
#social li { display: inline-block }   
Comments
Post a Comment