Topic-icon SC Login - Customize the Layout of the SC Login

Hi, I would like to know how to center the Social icons (Facebook and Google) that are at the bottom of my SC Login Window. In the module, under the "Social Button Settings" --> Alignment, we can just choose between Left or Right. I'd like to center them instead (also the "Remember me" checkbox if possible").

Besides, I would like to know how to style the text of the "Forgot Username?" and "Forgot Password?" through CSS (in the attached image they are in Italian). Is there a way to do that?

Thank you very much!
Andrea

File Attachment:
The topic has been locked.
Support Specialist
3 years 10 months ago #66422 by mel
For aligning the social buttons, you can try CSS like the following:
span.sourcecoast.login {
text-align: center;
}
div.social-login {
float: none !important;
display: inline-block;
}

For styling the Forgot Password and Forgot Username, I see that you've switched to the Button style instead of the link. Do you need further help with this part?

-Melissa
The topic has been locked.