Topic-icon Facebook login popup too big

Active Subscriptions:

None
11 years 1 month ago - 11 years 4 weeks ago #52920 by ruizmusic
Hi, there are any way to make facebook connect popup smaller?
Please check the screen shot
File Attachment:
Last edit: 11 years 4 weeks ago by mel.
The topic has been locked.
Support Specialist
11 years 1 month ago #52928 by alzander
Your Bootstrap CSS is adding the following line, which is causing problems:
.modal {
bottom: 0;
}
That drags the popup all the way to the bottom of the screen.

Add the following to your CSS to implement the proper behavior:
.sourcecoast.modal {
bottom: initial;
}
That looks like it should get things going for you.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
11 years 4 weeks ago #53128 by ruizmusic
Thanks
The topic has been locked.
Support Specialist
11 years 4 weeks ago #53136 by alzander
Glad we could help. If you need anything else, as always, just let us know.

Thanks,
Alex
The topic has been locked.