• Resolved Caledonian

    (@cboles)


    I’d like to have a space between the check box and the ‘Remember Me’ text. Is this possible? I’m using Beaver Builder and the shortcode [wppb-login]

    Thanks for any help.

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

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

    (@dariusraia)

    Hello @cboles,

    Thanks for reaching out to us.

    You can do that with a bit of CSS that you can add via your Customizer interface: WordPress -> Appearance -> Customize -> Additional CSS

    Then add this css to it:

    #wppb-login-wrap .login-remember label{
    padding-left: 33px;
    }

    You can modify the 33px value as you want.

    Kind regards,

    Thread Starter Caledonian

    (@cboles)

    Great – that’s exactly what I need and it’s worked perfectly. Thanks so much. Chris

    dariusraia

    (@dariusraia)

    Glad to be of help! ??

    Kind regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add a space between checkbox and ‘Remember Me’’ is closed to new replies.