Topic-icon Lay-out of modal popup is a bit off (right side)

Active Subscriptions:

None
Good evening,

For some reason, the modal popup for login is not nicely rounded on the top right and bottom right corners and is even showing a scrollbar (which one can't use).
It' s probably pretty straightforward why it's doing this, but with my (limited) knowledge, I can't see the cause.

See screenshot or here

Any suggestions are welcome :-)
Thank you in advance!

KR,
Matt.
The topic has been locked.
Support Specialist
4 years 2 months ago #66120 by mel
Rounded corner style change:
.sourcecoast .input-append input, .sourcecoast .input-append select, .sourcecoast .input-append .uneditable-input {
border-radius: 4px;
}

I'd suggest adding this to your own theme for SCLogin so the changes don't get lost on upgrade ( Directions here )

I don't see a scrollbar. What browser are you using? Screen size? Are you still experiencing this behavior?

-Melissa
The topic has been locked.
Active Subscriptions:

None
Hi Melissa,

I have this issue in every browser (tested Firefox, Chrome & Edge)
The resolution I'm browing in is 1920 x 1080.

As for your initial reply: I'm not quite sure what to do (where to put it) with that piece of CSS code.

KR,
Matt
The topic has been locked.
Support Specialist
4 years 2 months ago #66130 by mel
I'd suggest either 1) putting it in your template or 2) creating a theme for SCLogin ( instructions here ).

-Melissa
The topic has been locked.
Active Subscriptions:

None
Hi Melissa,

I followed your instructions (option 2) and then added the piece of css to the /templates/<MY_JOOMLA_TEMPLATE>/html/mod_sclogin/themes/ folder and more specific the file default.css which I copied from /media/sourcecoast/themes/sclogin/
However, this doesn't seem to change anything.
(btw, I also cleared the browsers cache first)

KR,
Matthias.
The topic has been locked.
Support Specialist
4 years 1 month ago #66132 by alzander
I'm seeing rounded corners and no scroll bar when I open the popup on your site:
File Attachment:



I'm also able to see the CSS change Melissa provided above in the following file, which is included on the page:
/CMS30/templates/psvbcbrugge_3/html/mod_sclogin/themes/default.css

Can you double check, from other browsers and clearing their caches as well, to ensure you're seeing what we see?

Thanks,
Alex
The topic has been locked.