• Resolved iHuman

    (@ihuman)


    The position of the ‘pipe’ separator was not working correctly, and instead made Register and Lost your password appear side by side and not as two separate links.

    To fix this I:
    – edited simplemodal-login.php
    – changed line 385 to read
    $output .= '<span class="simplemodal-divider"> | </span>';
    – added the new class to the CSS stylesheet
    .simplemodal-divider{float:left; padding-left:5px;padding-right:5px;}

    Hope this helps!
    elaine

The topic ‘[Plugin: SimpleModal Login] problem with register | lost your password CSS’ is closed to new replies.