Skip to:
Content
Pages
Categories
Search
Top
Bottom

Profile pic bug?


  • hannibalherman
    Participant

    @hannibalherman

    Hi, on my site Greenkeepitsimple.dk the profile pictures are too wide, how do i fix it?
    I use bbPress 2.5.13-6410
    And the newest wordpress version

    Here is a picture of the problem
    PICTURE
    picture

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

  • Robin W
    Moderator

    @robin-w

    in your css you have

    img {
    height: 28px;
    min-width: 0;
    width: 175px;
    }

    which is determining this display


    hannibalherman
    Participant

    @hannibalherman

    Where can i find the css code and change it?


    Robin W
    Moderator

    @robin-w

    Not sure where it is set in your theme, I see the resultant output in a browser inspector.

    If you theme has a custom css area, then put the above in there and play with the settings

    If you don’t then there are several custom css plugins (google) or my style pack plugin has a custom css tab

    bbp style pack

    you may need to put !important after a setting to get it to take eg

    img {
    height: 28px;
    min-width: 0;
    width: 100px !important;
    }

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