Topic-icon login position and template style

Active Subscriptions:

None
11 years 5 months ago #49913 by manoplaeli
Hi Melissa,

What I want is have it align in horizontal and have logout link instead of button, I I wan t logout style the same as when user login.

thank you
Manop
The topic has been locked.
Support Specialist
11 years 5 months ago #49919 by mel
Manop,

Change the following style block for ".sclogin #scprofile-pic" around line 158 to
.sclogin #scprofile-pic{
margin-bottom:0px;
float:left;
}

Add the following style blocks to the end of your CSS
.sclogin .logout-button {
  padding-left:5px;
}

.sclogin .logout-link {
background:#323a45;
color: #FFFFFF;
cursor: pointer;
border-bottom:4px solid #323a45;
padding:13px 8px;
}

.sclogin .logout-link:hover {
background:#474E58;
color: #FFFFFF;
cursor: pointer;
border-bottom:4px solid #f58080;
}
The topic has been locked.
Active Subscriptions:

None
11 years 5 months ago #49921 by manoplaeli
Thanks a ton Melissa, this works very well for me. Anyhow, there is still one last question which I have mentioned above. Before user link their profile to FB, I would like to align all things in horizontal. here is the attach



Hope this is my last question and thank you for all your after service support
Manop
The topic has been locked.
Support Specialist
11 years 5 months ago #49923 by mel
1. Change the style block around line 21 for "div.sclogin-social-connect, div.social-login.reconnect:nth-of-type(2)" to
div.sclogin-social-connect, div.social-login.reconnect:nth-of-type(2){
float:left;
padding-top:8px;
}

2. Your module position with id "sp-top1" that has the SCLogin has a span3, but it needs to be at least span4 for the elements to fit. You will also have to adjust the next module position with id "sp-top3" to span8 instead of span9.
The topic has been locked.
Active Subscriptions:

None
11 years 5 months ago #49931 by manoplaeli
Hi Melissa,

All the problem are solved now, thank you and happy new year

Manop
The topic has been locked.
Support Specialist
11 years 5 months ago #49932 by mel
Manop,

Glad to hear it is all resolved for you.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect or our support on the Joomla Extension Directory. It's certainly not required, but very appreciated: extensions.joomla.org/extensions/extensi...l-display/jfbconnect

Happy Holidays,
-Melissa
The topic has been locked.