• Resolved brakow87

    (@brakow87)


    I am having issues with the displayed format of the user registration login page. The username/email field is huge and the password field is a 1/4 of the size. The labels of each item is in the wrong location. Just wondering what is the best way to fix these issues.

    Below is a link of an image of the formatting issues
    screenshot of issue

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter brakow87

    (@brakow87)

    https://giftingcommunities.com/my-account/ is the page im working with

    Plugin Support sanjuacharya77

    (@sanjuacharya77)

    Hi @brakow87,

    You can use this custom CSS code to make the login form in a good format.

    .css code here

    .user-registration .form-row {
        display: block;
    }

    Paste this code in the additional CSS box. You can find the additional CSS box in your theme customization option. Click on Appearance > Customize and then scroll a bit and you will see the Additional CSS box. Paste this code there and it will do the trick.

    Let me know if you have my other questions and I will get back to you.
    Regards!

    Thread Starter brakow87

    (@brakow87)

    Worked perfectly!! Thank you so much! Greatly Appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘User Registration Login Form Formatting’ is closed to new replies.