Topic-icon strange pop up layout after last update

Active Subscriptions:

None
1 year 6 months ago - 1 year 6 months ago #68260 by waterw
Hi, after last sc login update, I get a strange layout of sc login pop up.
See attachment.

Which is the possible reason?

thanks
Attachments:
Last edit: 1 year 6 months ago by mel.
The topic has been locked.
Support Specialist
1 year 6 months ago #68264 by mel
This looks like it is probably a CSS conflict with positioning of the modal popup. The newer versions of SCLogin rely on the Joomla modal code more than older versions of SCLogin, so we need to see how it's working with your template. Can you provide a URL where I can see the behavior in action and recommend a fix?

-Melissa
The following user(s) said Thank You: waterw
The topic has been locked.
Active Subscriptions:

None
1 year 6 months ago #68268 by waterw
www.waterwind.it.

Let me know.

Thanks
The topic has been locked.
Support Specialist
1 year 6 months ago #68271 by mel
Try this CSS
div.sclogin-modal.modal.in {
top: 50%;
}

If it works, I'd suggest either 1) adding it to your template or 2) creating your own theme for SCLogin as described here to make any custom CSS.

-Melissa
The following user(s) said Thank You: waterw
The topic has been locked.
Active Subscriptions:

None
1 year 6 months ago - 1 year 6 months ago #68275 by waterw
It works. I have created a custom sclogin theme, and a template override, as suggested in your article, so that when I update sclogin module, I won't have any issues, again.
Thanks
Last edit: 1 year 6 months ago by waterw.
The topic has been locked.