Skip to:
Content
Pages
Categories
Search
Top
Bottom

broken widget / shortcode


  • Pierre Ledoux
    Participant

    @pierreledoux

    Hello,

    i want to use a widget (bbpress login) and a shortcode ([bbp-lost-pass]).

    But the appearance seems to be broken. The buttons are left. The descriptions are splitted. You can check the issues here:

    forex.die-analysten.com/login/
    forex.die-analysten.com/login/lost-pass/

    how can i fix that?

    Kind Regards
    Pierre

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

  • Robkk
    Moderator

    @robkk

    can you post an image so i can identify what you mean by descriptions and buttons and please explain how it should be corrected.


    Pierre Ledoux
    Participant

    @pierreledoux

    Hello,

    this is how it looks today:

    1
    2

    the words ware not in one row. I would like to improve the appearance. Thatswhy i want to have all words in one row and the button left or maybe centered.

    But i don’t know how to realize it.

    Regards


    Robkk
    Moderator

    @robkk

    add all this CSS to anywhere you can add Custom CSS

    .bbp-login-form label[for=rememberme] {
      width: auto !important;
    }
    
    #sidebar .bbp-login-form label {
      width: auto!important;
    }
    
    .bbp-login-form .bbp-login-links a {
      margin-top: 25px;
    }
    
    .bbp-login-form button#user-submit {
      margin-top: 15px;
    }
    
    .bbp-login-form label[for=user_login] {
      display: block;
      width: auto!important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar