CBLogin : move "remember me" checkbox before text

12 years 4 months ago #184954 by Feneck91
In the CB Login module, I would like to swap text and checkbox to display the check box 'remember me' before the text instead of have it after the text.
Is it possible ?
-> By modifying code ?
-> By modifying css (sure it's not...)

Thanks for reply.

Please Log in to join the conversation.

12 years 4 months ago #184956 by Feneck91
Have fixed the size of the text and modify style and text positons into my css :
.myclassPosition #form-login-remember label {
	margin-left: 18px;
	width: 142px;
	display: inline-block;
	margin-top: -3px;
	padding-bottom:1px;
}

/* Move "remember me" check box before the label */
.myclassPosition #form-login-remember input[type=checkbox] {
	margin-left: -160px; /* 142px of label (now in fixed size) + 18px margin left */
	margin-top: -5px;
}
The following user(s) said Thank You: nant

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.156 seconds

Facebook Twitter LinkedIn