Topic-icon Width of login module

Active Subscriptions:

None
1 year 3 months ago #69177 by ooc
Width of login module was created by ooc
I have created the override file following your documentation www.sourcecoast.com/sclogin/documentation/themes  and would like now to reduce the width of the default verticle layout to something closer to the standard Joomla layout width.  I can change colours so I know I do have the file created correctly but cannot seem to get any changes when I change width % or width: 560px  - nothing seems to affect the overall width of the box.  Can you help with this?  I have the latest version of sclogin on Joomla 5.2.
The topic has been locked.
Support Specialist
1 year 3 months ago #69178 by mel
Replied by mel on topic Width of login module
Can you provide the URL where I can see SCLogin on your page?

-Melissa
The topic has been locked.
Active Subscriptions:

None
1 year 3 months ago #69179 by ooc
Replied by ooc on topic Width of login module
Wow - you are quick. you can see this here ottawaotest.ca/oocj4/
The topic has been locked.
Support Specialist
1 year 3 months ago #69180 by mel
Replied by mel on topic Width of login module
Right now it's getting the width from the .modal-xl or modal-dialog elements in your ottawaotest.ca/oocj4/templates/pitech/css/bootstrap.min.css file.

You can by adding this style to your sclogin theme.
.sclogin-modal .modal-dialog {
    max-width: 560px;
}
The following user(s) said Thank You: ooc
The topic has been locked.