Topic-icon CSS Modal Popup

Active Subscriptions:

None
9 years 4 months ago #53240 by [email protected]
Where could I go about centering the modal login form?
The topic has been locked.
Support Specialist
9 years 4 months ago #53245 by mel
Replied by mel on topic CSS Modal Popup
If you are referring to the social login buttons, please try the suggestions in this thread . Otherwise, please give more details on what you want centered.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 4 months ago - 9 years 4 months ago #53253 by [email protected]
Replied by [email protected] on topic CSS Modal Popup
so after a bunch of tinkering and playing around i got this in my template override folder..... But my problem is then that it also centers the modal button on the main page which i dont really like but the pop up is fully centered like i like....


div.sclogin-social-login {
text-align:center;
}

div.sclogin-social-login .social-login {
float:none;
display:inline-block;
}

div.sclogin {
overflow: visible;
text-align: center !important;
}
Last edit: 9 years 4 months ago by [email protected].
The topic has been locked.