Skip to:
Content
Pages
Categories
Search
Top
Bottom

Login Widget problem!

  • @mrapeone

    Participant

    Can anyone help me ? Why is one bar under the Login and the other right side from password?

Viewing 11 replies - 1 through 11 (of 11 total)
  • @robin-w

    Moderator

    I’d need a link to the actual site to tell you how to fix this

    @mrapeone

    Participant

    @robin-w

    Moderator

    Put this in your custom css area

    input[type=”text”] {
    width: 50%;
    }

    .bbp-login-form .bbp-password input {
    width: 50%;
    }

    @mrapeone

    Participant


    Not working =/

    @robin-w

    Moderator

    try

    input[type=”text”] {
    width: 50% !important;
    }
    .bbp-login-form .bbp-password input {
    width: 50% !important;
    }

    @mrapeone

    Participant

    nothing happens =(

    @robin-w

    Moderator

    where are you putting this code ?

    @mrapeone

    Participant

    Dasboard – Theme (mh-Magazin-Lite) – Customizer – CSS

    @robin-w

    Moderator

    that should work, but the code is not showing up in the browser, so it is not getting loaded.

    @mrapeone

    Participant

    Now its works with 60% =) Thx

    @robin-w

    Moderator

    ok, thanks glad it is working for you

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