Topic-icon Align profile img

Active Subscriptions:

None
10 years 6 months ago - 10 years 6 months ago #55823 by Bosse
Align profile img was created by Bosse
I'd like the profile img to float left. The only style I find is #scprofile-pic (<div id="scprofile-pic">), but nothing happens if I add {float: left !important;}

Where do I edit, and to what?

/Bosse

(edit: why does it say none active subscritions to the left? I've paid!)

File Attachment:
Last edit: 10 years 6 months ago by Bosse.
The topic has been locked.
Support Specialist
10 years 6 months ago #55827 by alzander
Replied by alzander on topic Align profile img
For your account, I see two previous subscriptions, the most recent of which expired on December 25th, 2011. If you've purchased more recently, it's not associated with the account you posted from. Perhaps you subscribed using a different username?

As to your question, the answer really depends on your template and overall styles. Can you create a front-end test account for us on your site (username: test, password: test) that has an avatar set for it, just for the front-end. Then, we can test and see what's going on. If you have a recent subscription to JFBConnect with social login setup, we can just create an account to have the avatar show.. we just need to know what URL to test on.

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

None
10 years 6 months ago #55830 by Bosse
Replied by Bosse on topic Align profile img
Hi Alex,

Ah! Of course! I bought it for my client in his name from his PayPal account!
Just tell me if you need any info from me if that make it easier for me to get support.

Log in to www.rolfmunke.se/

Username: JFBConnect
Password: jfbconnectpwd

You are registered as normal user.

/Bosse
The topic has been locked.
Support Specialist
10 years 6 months ago #55837 by alzander
Replied by alzander on topic Align profile img
Yeah, looks like I'll need a little more help :) The Facebook app isn't fully setup, so I can't authenticate. The SClogin module is set to show the social avatar and, since I can't login with Facebook, I don't see it.

Can you go through our FB Setup Guide again, specifically step 16 so we can authenticate, and we'll gladly help from there.

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

None
10 years 6 months ago #55841 by Bosse
Replied by Bosse on topic Align profile img
Thanks! I thought I already did this, but saw that I've forgot to add email..
So now it's active.

/Bosse
The topic has been locked.
Support Specialist
10 years 6 months ago #55846 by alzander
Replied by alzander on topic Align profile img
The following style should make the image and text appear how you want. However, the containing div seems a little narrow, but I'm not sure which style is causing that. You'll probably need to look into increasing the overall container width for the SCLogin module.
.sclogin #scprofile-pic {
float:left;
margin-left:10px;
}

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

None
10 years 6 months ago - 10 years 6 months ago #55859 by Bosse
Replied by Bosse on topic Align profile img
I've already used your style. Didn't quite do it. But after lots of trial'n error, I got it.
Here it is if anyone else like to do the same thing.
(don't mind the "!important". It might not necessary for all. I always add this when adding stuff to custom.css)

/Bosse


div#scprofile-pic {
float: left !important;
margin-right: 10px !important;
}
.jmoddiv .sclogin-greeting {
float: right !important;
margin-top: -7px !important;
color: #D7DFE0 !important;
}
.jmoddiv .sclogout-button {
clear: both !important;
float: right !important;
margin-top: -35px !important;
margin-right: 40px !important;
}
Last edit: 10 years 6 months ago by Bosse.
The topic has been locked.
Support Specialist
10 years 6 months ago #55864 by alzander
Replied by alzander on topic Align profile img
Glad to hear you got something going. Every template is different. I didn't expect the above suggestion was going to be spot-on, but happy it pointed you in the right direction.

Thanks!
Alex
The topic has been locked.