Topic-icon css style changes

Active Subscriptions:

None
9 years 2 months ago #51381 by baby80
css style changes was created by baby80
Hello,
could you please help me?
I would like to use the style of my css template for login popup.
View image
How can I apply this style to popup login?
This is the link of my site: mysite
File Attachment:
The topic has been locked.
Support Specialist
9 years 2 months ago #51385 by mel
Replied by mel on topic css style changes
SCLogin provides an easy mechanism to create your own theme for the module. I'd recommend following our guide at www.sourcecoast.com/sclogin/documentation/themes to create a theme for SCLogin, copy the applicable styles from your template to this theme and then make any necessary changes from there.

Please try getting started with going down that route first. If you run into any roadblocks, we'd be happy to help with your questions.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 1 month ago #52056 by NWLB01
Replied by NWLB01 on topic css style changes
Mel,

I'm keenly appreciating the quality of the responses in all of these threads, just wanted to say.

That said, I'm looking at my site, cruiseaficionados (dot) com and the space from the bottom of the sidebar1 SClogin and the top of the next module. I've flipped the order around, turned everything in the SClogin on and off, etc. I can't seem to get rid of the slightly excessive space under the "lost/forgotten password" links.

Would adjustments to that space be found in the CSS someplace or someplace else?
The topic has been locked.
Support Specialist
9 years 1 month ago #52066 by mel
Replied by mel on topic css style changes
There are a couple of different CSS styles that are adding padding:

1. In sc_bootstrap.css around 638, there is a margin placed on ".sourcecoast form" elements. You can add something more specific for SCLogin, such as:
.sclogin-joomla-login form {
margin: 0px;
}

2. Your template adds a margin to ul elements (in style-purple-tone.css for "ul, ol" elements) You can add something more specific for SCLogin like the following:
.sclogin-joomla-login ul{
margin: 0 0 0 25px;
}

3. The last margin I see coming from your template (in joomla25-purple-tone-extended.css for ".moduletable, .module" block) is putting 20px between each module, but I think it'd be better to keep this here.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 1 month ago #52067 by NWLB01
Replied by NWLB01 on topic css style changes
Es moi perfecto!

Muchas gracias Mel!
The topic has been locked.
Support Specialist
9 years 1 month ago #52071 by mel
Replied by mel on topic css style changes
No problem. Glad it was an easy fix.

-Melissa
The topic has been locked.