Topic-icon Problems trying to align buttons

Active Subscriptions:

None
11 years 5 months ago #49797 by horseguards
Hello,

Please check this image

awesomescreenshot.com/07542h73d0

I can't align these buttons. Could you please help me?
The topic has been locked.
Support Specialist
11 years 5 months ago #49798 by mel
In SCLogin > Social Button Settings, try changing Orientation to Top and Alignment to Right.
The topic has been locked.
Active Subscriptions:

None
11 years 5 months ago #49807 by horseguards
It worked!! thanx!
The topic has been locked.
Active Subscriptions:

None
11 years 5 months ago #49808 by horseguards
I have now a new problem :)

Once logged in, the buttons are not aligned.

Like this awesomescreenshot.com/04142j9yb3

any ideas?

thanx
The topic has been locked.
Support Specialist
11 years 5 months ago #49812 by mel
There is a style for the connect buttons that forces it on the next line. Find the following in your theme CSS (should be around line 21) and remove it.
div.sclogin-social-connect {
clear:left;
}

Additionally, you will need to float the greeting to the left to get everything to show up next to it. Add
.sclogin .sclogin-greeting{
float:left;
}
The topic has been locked.