Topic-icon login module layout

Active Subscriptions:

None
11 years 8 months ago #47050 by joeofall
login module layout was created by joeofall
hi,

i using SCLogin Module to let my user to login, after user login in it look like

picture
weclome message
logout Button

i would like to change it to

Picture Welcome message
logout Button

what is need to change ?
File Attachment:
The topic has been locked.
Support Specialist
11 years 8 months ago #47080 by alzander
Replied by alzander on topic login module layout
If you add the following to your template's custom CSS file, or wherever your template recommends putting custom changes, it should do what you're looking for:
#scprofile-pic {
float:left;
}
.sclogout-button {
clear:left;
}
The only thing you may need to do is add some margin to the greeting itself, with the following:
.scloging-greeting {
margin-top: 10px;
}
I hope that helps,
Alex
The topic has been locked.