Topic-icon Centered Social Buttons in Login Page

Active Subscriptions:

None
7 years 2 months ago - 7 years 2 months ago #60759 by jaialc
Hello,

I have the social Login module working fine in my page but I would like the Buttons to be shown aligned with the centerd of my page.
Right now I only have the possbility to align them to the left or right but not to the center.

Could you please tell me how I can perform a center alignment of the buttons?

Note: I am loading the module with the code: {JFBCLogin}

Thank in advance,

Cheers,
Jaime
Last edit: 7 years 2 months ago by jaialc.
The topic has been locked.
Support Specialist
7 years 2 months ago - 7 years 2 months ago #60760 by mel
This will be accomplished with CSS styles. Could you give me a specific URL to look at and tell me where the buttons are? It'll be easier to inspect in the browser's developer tools to suggest styles if I can see your page/existing template styles.

[Edited to add]
Try code like this:
.sourcecoast.login .row-fluid {
width: 50%;
margin: 0 auto;
}

If that doesn't work seeing it in the browser is my next step.
-Melissa
Last edit: 7 years 2 months ago by mel.
The topic has been locked.