• ResolvedModerator James Huff

    (@macmanx)


    The text for the new “Save my name, email, and website in this browser for the next time I comment.” checkbox in the comments introduced in WordPress 4.9.6 is only a few pixels wide under Sorbet 1.2.3, thus making it several lines long.

    To fix it, add this to your Additional CSS in the Customizer:

    .comment-form-cookies-consent label {
        width: 100%;
    }

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

  • The topic ‘Comment Cookie Disclosure in WP 4.9.6 is too Narrow (with fix)’ is closed to new replies.