Remember Me Text Offset
-
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]
The topic ‘Remember Me Text Offset’ is closed to new replies.