Topic-icon Modal pop up is too wide

Active Subscriptions:

None
4 months 1 day ago #68804 by stuclark
When I enable the SCLogin form on my site and configure it as a modal popup, the form looses all formatting and is showing in far too wide a window (see screenshot).

It is as though there's no CSS being loaded for the entire module. (running on Joomla 5.0.2 using a T4 template)
Attachments:
The topic has been locked.
Support Specialist
4 months 1 day ago #68805 by mel
Replied by mel on topic Modal pop up is too wide
Can you provide a URL where I can see the behavior in action? Usually it's a CSS issue that's easier to see on the site. Which T4 template are you using?

-Melissa
The topic has been locked.
Active Subscriptions:

None
4 months 1 day ago #68806 by stuclark
Replied by stuclark on topic Modal pop up is too wide
The URL where I'm testing this is test.124spider.uk
The topic has been locked.
Support Specialist
4 months 1 day ago #68807 by mel
Replied by mel on topic Modal pop up is too wide
Your template has a width of 80% for modals for the following element "body.modal-open .modal". I can't see which file since you have JCH Optimize turned on but that should get you closer. If you want to change the width and don't want to affect your entire website styling, you can target our module more specifically with something like the following (you'll also have to update the left style, etc to adjust for the new width)
body.modal-open .modal.sourcecoast {
    width: 50%;
}
The topic has been locked.