Skip Navigation

[Resolved] Login form looks pretty bad

This support ticket is created 6 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by Luo Yang 6 years, 9 months ago.

Assisted by: Luo Yang.

Author
Posts
#541022
2017-06-25_13-06-36.jpg
2017-06-25_13-06-08.jpg
2017-06-25_13-02-14.jpg

I am using the EXTRA theme, similar to DIVI, and the login form looks pretty bad.
Look at the screenshots.
Thanks for your help.
Best regards,
Francisco R.

#541258

Dear Francisco,

I assume we are talking about the Views shortcode [wpv-login-form],
https://toolset.com/documentation/user-guides/views-shortcodes/#wpv-login-form
This shortcode displays a standard WordPress login form. It does not add any custom HTML structure,

I suggest you setup some custom CSS codes to style the login form to what you want.

#541283

Yes, as you can see in one of the screenshots I sent you, I mean the shortcode '[wpv-login-form]'.
In your tutorial (https://toolset.com/documentation/user-guides/cred-training-course/part-7-building-account-page-login-form/) it is shown with a format. In the tutorial it does not indicate that any format should be given. 🙁
How should it be formatted to make it look like your article?
Best regards,
Francisco R.

#541731
wpv-login-form.JPG

You can try below CSS codes:

input[type="text"]{
display: block;
width: 100%; 
}

See screenshot: wpv-login-form.JPG

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.