Topic-icon SCLogin Popup Module not showing orderly

Active Subscriptions:

None
4 years 2 months ago #66103 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 2 months ago #66105 by mel
Looking at your page, it looks like you're using the vertical layout for SCLogin. Try switching to horizontal and it should get you most of the way there. In SCLogin module > Login View Settings tab set "Layout" to "Horizontal".

After that, it should be just a few small CSS tweaks to be consistent with your template. If you need further help with that, please let me know after you've switched the layout.

-Melissa
The topic has been locked.
Active Subscriptions:

None
4 years 2 months ago #66112 by rrpeters
The layout was set to horizontal... it still pops up the same
The topic has been locked.
Support Specialist
4 years 2 months ago #66113 by mel
Here's some CSS:
.sclogin .input-append input {
height: 30px;
}
.sclogin button {
float: left;
}
.sclogin a.btn {
height: 30px;
padding: 4px 12px;
font-weight: 400;
margin-left: 5px;
}
.sclogin input#sclogin-remember {
margin: 0 10px 0 0;
}
.sclogin li a {
color: #B9B9B9;
}

Can you also change the "Orientation" setting under "Social Button Settings" tab to Side in order to get the FB button to pull up to the side of that form?

-Melissa
The topic has been locked.