Topic-icon Login information in horizontal mode

Active Subscriptions:

None
10 years 5 months ago #39174 by webloesung
Hello,
the module is set for horizontal mode and shows before login perfectly - every component of it is inline.
However, after the user login, the horizontal mode is not applied anymore - standard vertical view is showed.
Could you please give me a hint how to fix it?
Thank you!
The topic has been locked.
Active Subscriptions:

None
10 years 5 months ago #39255 by webloesung
HI, since no reply - should i move it to the "JFBConnect Joomla 3.x Support " forum since i am useng this component?
The topic has been locked.
Support Specialist
10 years 5 months ago #39271 by alzander
Sorry for the delay. It was a holiday here in the US, and that slowed down support over the last few days.

The logout view doesn't currently have a horizontal style, as you noticed. However, there are options to disable the greeting, avatar, logout button, and pretty much everything else. There are also classes for each of those elements, which you should be able to assign a float:left to, which should make it mostly horizontal.

If you can let me know a page where we can test, I can gladly give you some CSS that should make things go horizontal. Just let us know exactly what you're looking for (ie. all on one line, avatar on one line with logout below it, no greeting, etc).

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 5 months ago #39285 by webloesung
Hello Alex, thanks for explanation. url: warumbio.at.
you can login with test975, same pswd.
Actually everything what is shown after login (welcome msg, user name, logout btn, question to connect with FB and G+ ) would be great to have in line.
will be very thankful for hint with css.
The topic has been locked.
Support Specialist
10 years 5 months ago #39292 by alzander
If you add the following to your template's CSS file, it should make everything horizontal. It may need some more tweaks from there with margin or padding, but if you have any questions on that, just let me know:
.sclogin-greeting {
  float: left;
}
.sclogin-social-connect {
  float: left;
}
I hope that helps get you started!
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 5 months ago #39299 by webloesung
Thank you!
The topic has been locked.
Support Specialist
10 years 5 months ago #39355 by alzander
No problem! Glad we could help. If you need anything else, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It certainly isn't required, but is very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks,
Alex
The topic has been locked.