Topic-icon Social images distance

Active Subscriptions:

None
9 years 7 months ago #50713 by joomleb
Hi guys,
on my joomla 3.3.6 + JFBConnect 6.2.4 Using the SCLogin, when I have to login (I think correctly) there is space between the social images:

File Attachment:


While I'm logged there is no more space between images:

File Attachment:
The topic has been locked.
Support Specialist
9 years 7 months ago #50714 by mel
Replied by mel on topic Social images distance
In the stylesheet for SCLogin, there is the following style
.sclogin-social-login .pull-left {
margin: 5px;
}

You can update it to
.sclogin-social-login .pull-left,
.social-login.reconnect.pull-left {
margin: 5px;
}

The file is found in /media/sourcecoast/themes/sclogin/default.css (or sourcecoast.css). I'll put an issue in our tracker to make the spacing consistent and it will be in the next release, so you should be able to edit that file directly and not have to worry about making an override for the theme.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 7 months ago #50716 by joomleb
Replied by joomleb on topic Social images distance
Hi Melissa,
many thanks for support!
I can find the code you mentioned on both files default.css and sourcecoast.css
So, Please, Do I have to change it in both ?
The topic has been locked.
Support Specialist
9 years 7 months ago #50718 by mel
Replied by mel on topic Social images distance
You should only have to do it in one file. From the screenshot, it looks like default.css, but please double-check what you have set your SCLogin > Login View Settings > Theme option set to. That will indicate which file should be updated.

-Melissa
The topic has been locked.
Active Subscriptions:

None
9 years 7 months ago #50722 by joomleb
Replied by joomleb on topic Social images distance
Hi Melissa,
sorry for the stupid question and, yes, I confirm you that the one I'm using is the default.css one and that your solution is running well!

Thanks for support!
The topic has been locked.
Support Specialist
9 years 7 months ago #50723 by mel
Replied by mel on topic Social images distance
Glad that worked for you. I've already checked in the same change for our next release.
The topic has been locked.