I am trying to: Video explains better - hidden link
This is the link I was referring to: https://toolset.com/forums/topic/styling-wpv-login-form-toolset-login-reset-and-lost-password-forms/
I changed the inputs in the Style.css and it was not changing it like it did on inspection mode. Not sure what to do... help!
Hi, that's odd. I'm not sure if incognito holds a stylesheet cached on the front-end. Try a hard-refresh, by holding down shift when you refresh the browser. If that's not the problem, it could be a caching issue on the server-side, or the file might not be updated correctly but a success message is shown anyway...or something else I don't understand. I'll be glad to take a closer look if you provide login credentials.
Hi, customizing CSS isn't really what we do here. If there's a technical problem with CSS not loading or being overridden somehow I can take a look, but if you're looking for some styling and responsive layout adjustments that's not really in the scope of our support. My recommendation is to make the label elements display:block to make the inputs break down to the next line. Remove align-items: flex-end so it's not right-aligned. Then adjust the padding and margins as needed to center the form.
Thanks for the tips, I was able to make it the way I wanted. My issue is resolved now. Thank you!