Topic-icon Bottom padding in horizontal view

Active Subscriptions:

None
7 years 1 month ago #61098 by djc1
The horizontal view is a life-saver for us, but it has just a little too much padding on the bottom so that it does not quite fit in the position we want to put it

What CSS can we change to remove the bottom padding. We have turned off all check boxes, etc. so there is nothing underneath.

Thanks,
Dom
The topic has been locked.
Support Specialist
7 years 1 month ago #61101 by mel
Please provide a specific URL so that I can see the SCLogin module on your page. It will be easiest to use the browser developer tools so that we can provide CSS suggestions.

-Melissa
The topic has been locked.
Active Subscriptions:

None
7 years 1 month ago #61107 by djc1
Thank you for your reply.
The URL is cce-dev.zacaw.com
We put the SClogin module in its current position so that it was easy to see the padding. We eventually want it at the top. Left of the FB logo, but it is hard to see the padding there as it changes the image below it due to SClogin's height pushing down below that position.
The topic has been locked.
Support Specialist
7 years 1 month ago #61111 by mel
The following will get you 0px margin bottom under the the inputs.
.sourcecoast .input-append, .sourcecoast .input-prepend {
margin-bottom: 0px;
}
.sourcecoast .control-group {
margin-bottom: 0px;
}

I would suggest that you make your own theme for SCLogin with these changes so they're not lost on upgrade. If you need details on how to do this, please see our documentation here .

-Melissa
The topic has been locked.
Active Subscriptions:

None
7 years 1 month ago #61114 by djc1
That did it...thank you....now it fits exactly where we want it.
Appreciate your help!
The topic has been locked.
Support Specialist
7 years 1 month ago #61120 by mel
Great, glad I could help.

-Melissa
The topic has been locked.