• Resolved Saturn526

    (@saturn526)


    When I activate Remember Me, the Keep Me Signed In text is a few lines below the checkbox. This topic has been mentioned before, and the following code snippet was recommended:

    um-field-checkbox-state {
    text-indent: 0 !important;
    }

    I tried placing this snippet under the Appearance tab in the Custom CSS section to no avail. Is there a way to edit the HTML for a form? If I remove the break lines between the text and the checkbox using the Chrome Console, the problem is solved, but this fix cannot be saved.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Yurii

    (@yuriinalivaiko)

    Hello @saturn526

    Just try to add this CSS code:

    .um-login .um-col-alt br {display: none;}

    Regards.

    Plugin Support andrewshu

    (@andrewshu)

    Hi @saturn526

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. 🙂

    Regards

    Thread Starter Saturn526

    (@saturn526)

    FYI, the solution that ended up working for me was to just create a new profile then add Keep me signed in as a checkbox field and set the meta key to rememberme

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remember Me Text Offset’ is closed to new replies.