Topic-icon Avatar position - SCLogin module

Active Subscriptions:

None
10 years 11 months ago #53725 by franz_
Haw to change avator position from as is at attached
File Attachment:

picture to the right of JomSocialToolbar button.
The topic has been locked.
Support Specialist
10 years 11 months ago #53735 by alzander
Try adding the following style to your template:
.sclogin #scprofile-pic {
 float:right;
}
That works if the browser is sufficiently wide. Your template is setting that module area to 33% width, so if you shrink the browser, the menu buttons will start to stack. You'll need to fix that in your template.

Also, I noticed that the modal popup extends all the way to the bottom of the screen. This affects a few templates. We'll be implementing a fix for this in an upcoming release. The following style will fix it now, if you'd like to add it:
.sourcecoast.modal {
  bottom: inherit;
}

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 11 months ago #53745 by franz_
I added both codes to template.css of Socialize2 template, ut is nothing change. (cache is clered)
The topic has been locked.
Support Specialist
10 years 11 months ago #53749 by mel
I created a user on your site and the only template.css file I see on the page is in /templates/socialize/local/css/template.css and in that file I do not see the CSS styles that Alex suggested. Please make sure that you are editing the right file.
The topic has been locked.
Active Subscriptions:

None
10 years 11 months ago #53754 by franz_
Thank You, now is fine. I edited wrong file.
The topic has been locked.
Support Specialist
10 years 11 months ago #53755 by mel
Great, glad that resolved your issue.

-Melissa
The topic has been locked.