http://forum.bytesforall.com/showthread.php?t=19625
His solution was to
Quote:
set style="display:inline;" on the <img> |
I wonder if I should try the same as was advised for ThomasCle, as my images which were horizontally aligned in another WP theme, are now vertically aligned in this theme.
I'm just not sure where I set the image style to inline. In my widget's custom CSS? Here is the code that I can alter there:
Code:
#wp-social-login-connect-with {font-weight: bold;} #wp-social-login-connect-options {padding:10px;} #wp-social-login-connect-options a {text-decoration: none;} #wp-social-login-connect-options img {border:0 none;} .wsl_connect_with_provider {}
Thanks!