Topic-icon Profile Image [left or right position]

Active Subscriptions:

None
10 years 2 months ago #45420 by alechu


i think better, if i can move profile image -> left or right on menu. (no top)

it will save more space, especially if the person comes from the phone.
The topic has been locked.
Support Specialist
10 years 2 months ago #45498 by alzander
There isn't an option to do that, but the following CSS should make it go to the left or right:
.sclogin #scprofile-pic {
float: left;
}
I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 2 months ago #45620 by alechu

alzander wrote: There isn't an option to do that, but the following CSS should make it go to the left or right:

.sclogin #scprofile-pic {
float: left;
}
I hope that helps,
Alex

thank you! it works!




i think this is be cool for next version SClogin :)
The topic has been locked.
Support Specialist
10 years 2 months ago #45622 by alzander
There's a bunch of styling updates we have planned for the SCLogin module, including this one. We want to add new themes and an improved 'logout' look, which inherits the horizontal or vertical settings from the front-end. Right now, the logout area is always vertical.

As always, thanks for the feedback,
Alex
The topic has been locked.