• Resolved Johnnie

    (@johnnie2u)


    Hi,

    I noticed there is no space between the checkbox and the Remember Me Title. It would be great if you could fix this. I have clients using your plugin and they are complaining about the aesthetics of it not looking correct.

    It’s in your _template_login.php file.

    Line 12

    <p class=”forgetmenot”><label for=”rememberme”><input name=”rememberme” type=”checkbox” id=”rememberme” value=”forever”><?php _e(‘Remember Me’, ‘nm-wpregisration’) ?> </label></p>

    This is what I had to do to make it look correct. But I can’t keep going back and editing it with newer versions of the plugin.

    <p class=”forgetmenot”><label for=”rememberme”><input name=”rememberme” type=”checkbox” id=”rememberme” value=”forever”><?php _e(‘ Remember Me’, ‘ nm-wpregisration’) ?> </label></p>

    You help is appreciated.

    Thank you,
    Johnnie

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Check Box and Title Remember Me’ is closed to new replies.