Skip to Content Skip to Menu

CBLogin : move "remember me" checkbox before text

  • Feneck91
  • Feneck91
  • OFFLINE
  • Posts: 2
  • Thanks: 1
  • Karma: 0
12 years 10 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 or Create an account to join the conversation.

  • Feneck91
  • Feneck91
  • OFFLINE
  • Posts: 2
  • Thanks: 1
  • Karma: 0
12 years 10 months ago #184956 by Feneck91
Have fixed the size of the text and modify style and text positons into my css :
Code:
.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 or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum