Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Jtree5757

    (@jtree5757)

    Anyone?

    I’m sure it is an easy fix for someone that understands css

    I tried changing things on my own, but couldn’t get anything.

    There’s no way to help with a CSS question without seeing the problem/site.

    Thread Starter Jtree5757

    (@jtree5757)

    Oh Okay sorry.

    http://onecraftyshop.com

    just click “login” in the menu and a modal pop up should display.

    The text boxes for both username and password are really small (in regards to height)

    Thanks!

    I don’t know how this plugin works, but this is the CSS you would need to add/change to modify that:

    #form .input {
        height: 50px;
        width: 100%;
    }

    I added the height – you can adjust that to your liking.

    if you can’t get it sorted in the plugin settings, looks like adding this to custom CSS in your theme would work too:

    .login-popup #form .input {
        height: 50px;
        width: 100%;
    }

    Again, adjust according to your preferences.

    Thread Starter Jtree5757

    (@jtree5757)

    Thank you very much!!!

    Worked perfectly!

    I went into the css file and found the #form .input

    Turns out there was only width and outline. I had to add height in.
    No wonder I couldn’t get it to work when I started changing things one by one.

    Thanks again!

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

The topic ‘Help: Username and Password Boxes are small’ is closed to new replies.