repostion login button cb form

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Nov 02, 2014 9:47 pm
Reply with quote
Report this post
Hi,

I am trying to re-position the login button in the login form from the new community builder component.
I tried several custom css code with several classes in the Advanced template settings in the backend, and set a margin starting for the top with 12px. This does not appear in firebug, so I am doing something wrong.
Can you help me solve this?

This is the site: [url]http://www.staging-site.each-for-sick-children.org/intranet-login.html[/url]

This is the button:
[attachment=0]Loginform button.png[/attachment]

Thankes.

greetings,
Paul
User avatar
Expert Boarder

GK User
Mon Nov 03, 2014 7:03 am
Reply with quote
Report this post
From what I see there is already spacing:
Screen Shot 2014-11-03 at 07.02.42.png
User avatar
Moderator

GK User
Mon Nov 03, 2014 10:02 am
Reply with quote
Report this post
Yes: for the button itself I got results late last night: should have mailed that right away to you, but went to sleep first, sorry.

The line "Forgot Login" still cannot be moved, at least not by me.
I tried every css code in the vicinity of the surrounding lines:
[code]<ul id="form-login-links" class="unstyled">
<li id="form-login-forgot">
<a href="http://www.staging-site.each-for-sick-children.org/cb-forgot-login/lostpassword.html"> Forgot Login? </a>
</li>
</ul>[/code]
I want it to move also 12 pixels down.

Thanks.

Greetings,
Paul
User avatar
Expert Boarder

GK User
Mon Nov 03, 2014 11:55 am
Reply with quote
Report this post
So I found my error: wrong denominator: class in stead of id.

This is the code that wprks allright:
.btn-primary {
margin: 12px 5px 2px 2px !important;
}

#form-login-links {
margin: 14px 5px 2px 2px !important;
}

Thanks.

Best regards,
Paul
User avatar
Expert Boarder

GK User
Tue Nov 04, 2014 12:39 pm
Reply with quote
Report this post
Ok, thanks for sharing the solution :)
Please let me know if you would have any additional questions regarding this topic.
User avatar
Moderator


cron