Default avatar size CSS-PunBB Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Default avatar size CSS-PunBB

    magicm00n
    magicm00n
    Active Poster


    Female Posts : 1305
    Reputation : 217
    Language : English
    Location : The support forum of Forumotion

    Solved Default avatar size CSS-PunBB

    Post by magicm00n Mon 17 Dec - 11:28

    Hello, what is the CSS code for PunBB to display any default size?
    Shek
    Shek
    Active Poster


    Male Posts : 1697
    Reputation : 61
    Language :  
    Location : Brazil

    Solved Re: Default avatar size CSS-PunBB

    Post by Shek Mon 17 Dec - 11:34

    Hello! Very Happy

    We need to know exactly what you want to that is increased. Very Happy
    You can add:
    .class{
    property: auto important!;
    }
    That is, in an existing class, add the property and then the "auto important!".

    Regards,
    magicm00n
    magicm00n
    Active Poster


    Female Posts : 1305
    Reputation : 217
    Language : English
    Location : The support forum of Forumotion

    Solved Re: Default avatar size CSS-PunBB

    Post by magicm00n Mon 17 Dec - 11:41

    I said it in the title but forgot to mention in the post Razz

    I want to change the default size for the user's post profile avatar Smile
    Shek
    Shek
    Active Poster


    Male Posts : 1697
    Reputation : 61
    Language :  
    Location : Brazil

    Solved Re: Default avatar size CSS-PunBB

    Post by Shek Mon 17 Dec - 11:56

    Hello! Hello

    It took me, but I think I brought whatever. Very Happy Add in your CSS style (PA > Display >Image and colors > Colors > CSS style >):
    Code:
    .pun .user-ident .user-basic-info a img {
              max-width: 300px;
              max-height: 150px;
       }
    Regards,
    Neutral
    magicm00n
    magicm00n
    Active Poster


    Female Posts : 1305
    Reputation : 217
    Language : English
    Location : The support forum of Forumotion

    Solved Re: Default avatar size CSS-PunBB

    Post by magicm00n Mon 17 Dec - 11:58

    Works! Thanks Very Happy