Title: format login widget
Last modified: June 2, 2018

---

# format login widget

 *  Resolved [Jim](https://wordpress.org/support/users/jwmc/)
 * (@jwmc)
 * [8 years ago](https://wordpress.org/support/topic/format-login-widget/)
 * In [this screenshot](https://forestpathology.org/wp-content/login_widgets.png),
   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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fformat-login-widget%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Georgian Cocora](https://wordpress.org/support/users/raster02/)
 * (@raster02)
 * [8 years ago](https://wordpress.org/support/topic/format-login-widget/#post-10361192)
 * Hello [@jwmc](https://wordpress.org/support/users/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](https://wordpress.org/support/users/jwmc/)
 * (@jwmc)
 * [8 years ago](https://wordpress.org/support/topic/format-login-widget/#post-10370104)
 * Thanks, that worked perfectly.

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

The topic ‘format login widget’ is closed to new replies.

 * ![](https://ps.w.org/profile-builder/assets/icon-256x256.png?rev=2961144)
 * [User Profile Builder - Beautiful User Registration Forms, User Profiles & User Role Editor](https://wordpress.org/plugins/profile-builder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/profile-builder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/profile-builder/)
 * [Active Topics](https://wordpress.org/support/plugin/profile-builder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/profile-builder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/profile-builder/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jim](https://wordpress.org/support/users/jwmc/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/format-login-widget/#post-10370104)
 * Status: resolved