Topic-icon SCLogin Popup Module not showing orderly

Active Subscriptions:

None
4 years 1 week ago #66225 by rrpeters
SCLogin Popup Module not showing orderly. Please compare the note pics below
1st pic hide the text link and is disorderly
2nd pic is nice and clean, shows text link, etc.

How do I get the 1st just like the 2nd?


File Attachment:


File Attachment:
The topic has been locked.
Support Specialist
4 years 1 week ago #66229 by mel
1. Try SCLogin module > Social Button Settings > Orientation "Side" and Alignment "Right"

2. The CSS needs to be updated to work nicely with your template. You'll probably need some CSS like the following to style the rest of the form:
.sourcecoast input[type="text"],.sourcecoast input[type="password"] {
height: 30px;
margin-top: 0px;
}
.sourcecoast .btn {
margin-top: 0px;
}
.sourcecoast a.btn {
    height: 30px;
    padding: 4px 12px;
    border: 1px solid #cccccc;
    font-weight: normal;
}
.sourcecoast li a {
color: #CCCCCC;
}
div#form-sclogin-remember {
clear:both;
}
.sourcecoast input[type="checkbox"] {
padding: 4px 10px;
}

Try this out. It should get you closer to the second picture.
-Melissa
The topic has been locked.