Skip to:
Content
Pages
Categories
Search
Top
Bottom

Log In boxes have differences which makes me sad


  • dlndolgion
    Participant

    @dlndolgion

    Guys, take a look at it: http://postimg.org/image/ssgwjdwtt/

    I have added log in widget to the new page. But this log in widget is not showing perfectly, which has 2 boxes and has differences.

    How do I make these boxes same sized? Or is there any other idea to appear it clean? Thank you guys.

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

  • Robkk
    Moderator

    @robkk

    See if this CSS fixes the styling issue. Add this custom CSS into your child themes style.css file or add the css code into a separate css plugin that can hold custom css code snippets.

    input[type="text"], 
    input[type="password"], 
    input.input-text, 
    textarea, 
    input.txt, 
    input[type="tel"], 
    input[type="email"] {
        padding: .236em .5em;
        border: 1px solid #e9e9e9;
        font-size: 1em;
        line-height: 1.618em;
        font-family: inherit;
        outline: none;
        background: #fcfcfc;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
    }

    dlndolgion
    Participant

    @dlndolgion

    Working perfectly! Thank you 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar