Topic-icon Help on login button/modal popup

1 year 4 months ago #68376 by LGASM
Hi!
My Login button looks good on header, but when we click on it the modal popup shows up too wide, buttons and text are not centered and, worst, nothing on it is clickable!
Not even the Close (X) button...
Please take a look at heloisamarra.com/_newheloisamarra
and the attached printscreen.
Tks a lot!
Best regards!
Attachments:
The topic has been locked.
Support Specialist
1 year 4 months ago #68378 by mel
Your template has set some styles that are conflicting which cause these issues:

Here's some css targeted at the sclogin to help address the problems:
body.modal-open .modal.sclogin-modal {
    z-index: 10000;
    width: 40%;
    margin-left: -20%;
}
.form-sclogin-submitcreate .btn {
    margin: auto;
}
input.sclogin-username, input.sclogin-passwd {
    max-width: 89%;
}

-Melissa
The topic has been locked.
1 year 4 months ago #68379 by LGASM
Tks a lot mel!
Where are these CSS lines supposed to be inserted into?
Best regards!
The topic has been locked.
1 year 4 months ago #68380 by LGASM
Never mind, Mel!
I managed to paste on /media/.../sourcesoast.css the code you kindly sent me and that did the trick!
Tks a lot!
Best regards!
The topic has been locked.
Support Specialist
1 year 3 months ago #68381 by mel
Sorry I didn't respond earlier. I just wanted to point out that I'd suggest making your own theme so that any custom changes you make are not lost. For instructions on how to do that, read here
The topic has been locked.
1 year 3 months ago #68383 by LGASM
Tks a lot Mel!
I did as you said. Everything's fine!
Merry Xmas, a Great, Prosperous and Happy New Year to you and Alex!
All the best!
The topic has been locked.
Support Specialist
1 year 3 months ago #68388 by mel
Happy New Year to you as well.
The topic has been locked.