Topic-icon Strange align of Google Plus tag inside a custom html module

Active Subscriptions:

None
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?
The topic has been locked.
Support Specialist
I'm honestly unsure why the text-align isn't working. However, you can add the following, which will allow you to move the button where you want it:
#gkLeftLeft .sc_gplusone {
margin-left: 30%;
margin-top:10px;
}
Hope that helps!
Alex
The topic has been locked.