Topic-icon SCLogin Modal Popup Width?

Active Subscriptions:

None
10 years 7 months ago #41100 by PhoenixUK
Hi People,

I have looked high and low via the forum search, to find a solution but to no avail and hence asking in here.

I need to trim the SCLogin Modal Popup's width, if you look at the attached image
File Attachment:
the yellow highlighted section to the right of the main login buttons and fields is just wasted white space I don't need or want.

Could you direct me as to the correct CSS needed to reduce this width, as what I've attempted hasn't worked to date and I already run a custom css file within my rocket theme template etc.

Regards,
Rob
The topic has been locked.
Support Specialist
10 years 7 months ago #41108 by alzander
Replied by alzander on topic SCLogin Modal Popup Width?
Let us know a page we can see that modal on, and we'll gladly help narrow down where the CSS conflict is coming from. Without seeing the problem, we can't really tell what's going on though.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 7 months ago #41113 by PhoenixUK
Hi Alex,

Forgive my stupidness for not including the URL in my original post lol, you can see the login modal on *any* page of here...

Regards,
Rob

alzander wrote: Let us know a page we can see that modal on, and we'll gladly help narrow down where the CSS conflict is coming from. Without seeing the problem, we can't really tell what's going on though.

Thanks,
Alex

The topic has been locked.
Support Specialist
10 years 7 months ago #41117 by alzander
Replied by alzander on topic SCLogin Modal Popup Width?
Hmm... we're looking into why our style is causing that extra width.. we hadn't heard of that yet. For now, if you add the following to your template's CSS file, it should fix things up:
.sourcecoast.modal {
width: auto !important;
}
Right now, we set the width to 80%, which generally works. I don't see any conflicts with your template though, so it may be the configuration of the buttons vertically on the right that just isn't working how we expect.

Either way, please let me know how that goes, and good luck!

Thanks,
Alex
The topic has been locked.