• Resolved Jim

    (@jwmc)


    In this screenshot, the first login widget is Sidebar Login, the second is Profile Builder.

    I’d like to use Profile Builder’s, but I’d like to put a <br> after the field labels to avoid the awkward wrapping. I’ve gone through the code and can’t find a place to filter or edit a template. I would prefer to avoid another plugin for this.

    Any thoughts? Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Georgian Cocora

    (@raster02)

    Hello @jwmc,

    This can be achieved with some CSS.

    Go to Appearance -> Customize -> Custom CSS and add the following:

    #wppb-login-wrap #loginform label {
    	width: 100%;
    }

    Then the labels should be on one row and the fields on another.

    Let me know.

    Regards.

    Thread Starter Jim

    (@jwmc)

    Thanks, that worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘format login widget’ is closed to new replies.