• Resolved subhajit007

    (@subhajit007)


    Hi,

    I am using profile builder. Everything working just perfect but Login text boxes are too big in width. So Can it be possible to reduce the size of both user id and password filed of login page?

    Thanks,
    Subhajit

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Subhajit,

    Thank you for reaching out to us.

    This can be fixed using .css. Send me the URL of your Login page and I will send you the .css code.

    Best regards,

    Thread Starter subhajit007

    (@subhajit007)

    Thank you very much for your reply.
    The URL is https://pixaphy.com/login/
    Please tell me the css as well as the file name where I need to put that css.

    Thanks,
    Subhajit

    Hi,

    I think that you are using Ultimate Member on the Login page and not Profile Builder.

    Install a free plugin called Simple Custom CSS and after you activate it go to Appearance -> Custom CSS and use the .css code below:

    input#username-114 {
    	width: 250px !important;
    }
    
    input#user_password-114 {
        width: 250px !important;
    }

    Let me know if it works for you.

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Login textbox problem’ is closed to new replies.