PDA

View Full Version : [SOLVED] How can I tweak the Remember me checkbox's position?


tcarr9
07-06-2010, 07:07 PM
When a user is not yet logged in, what I'm currently seeing has the remember me checkbox too low. I don't know if this is standard or the result of one of the myriad of changes I've made in the past week to different stylevars and templates.

Does anybody know where I would go to adjust this position? It would look much better if the remember_me and the checkbox with it were inside the same blue area as the rest of the login form. I tried looking in the header template and don't see anything there. I tried removing the "Lost password?" or "Help" link and that didn't help either.

eSekar
07-06-2010, 08:32 PM
In header template :

<div id="remember" class="remember">
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" /> {vb:rawphrase remember_me}</label>
</div>


Above code is the div handler for the check box + the Remember me phrase.

You can try add it in the same div of the login form.

tcarr9
07-06-2010, 08:49 PM
Works! Thanks so much!

eSekar
07-06-2010, 08:59 PM
Glad it did,

you're welcome mate