Although I can align the fb tag, the googleplus tag it seems to reject to do it.
the domain is
www.bodegonazoque.com. You can see under the logo the first module supposed to have the buttons.
In the custom html module the code is:
Si le hemos gustado recomiendenos en las Redes Sociales:
{JFBCLike layout=button_count show_faces=false show_send_button=false width=50 action=like font=verdana colorscheme=light}
{SCGooglePlusOne annotation=bubble size=standard}
And in my template override.css I have the code for socialbuttons;
.socialbuttons {
text-align: center!important;
/*padding-left: 5px!important;*/
line-height: 1.2!important;
text-shadow: 1px 1px 1px #ffffff;
display:block;
}
Any idea what can I align this tag?