Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Login Widget – Changing layout

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

  • @mercime
    Keymaster

    @mercime

    @archikins you only need to add changes in your theme’s or child theme’s style.css file. Something like styles below. Adjust to taste.

    #bp-login-form label, 
    #bp-login-form input {
    float: left;
    margin-right: 10px;
    }
    
    #bp-login-form input {
    margin-right: 20px;
    }
    
    div.forgetmenot {
    display: inline;
    }

    emily.yamaoka
    Participant

    @emilyyamaoka

    hi,

    I have changed my child theme’s style.css file, but my layout remains the same.
    Please, can someone help me?

    Thanks!


    danbp
    Moderator

    @danbp

    @emilyyamaoka,

    please read here and give your theme name

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] Login Widget – Changing layout’ is closed to new replies.
Skip to toolbar