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.

Default avatar size CSS-PunBB

2 posters

Go down

Solved Default avatar size CSS-PunBB

Post by magicm00n December 17th 2012, 11:28 am

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

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

Back to top Go down

Solved Re: Default avatar size CSS-PunBB

Post by Shek December 17th 2012, 11:34 am

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,
Shek
Shek
Active Poster

Male Posts : 1679
Reputation : 60
Language : Portuguese and English
Location : Brazil

https://publipos.net

Back to top Go down

Solved Re: Default avatar size CSS-PunBB

Post by magicm00n December 17th 2012, 11:41 am

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
magicm00n
magicm00n
Active Poster

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

Back to top Go down

Solved Re: Default avatar size CSS-PunBB

Post by Shek December 17th 2012, 11:56 am

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
Shek
Shek
Active Poster

Male Posts : 1679
Reputation : 60
Language : Portuguese and English
Location : Brazil

https://publipos.net

Back to top Go down

Solved Re: Default avatar size CSS-PunBB

Post by magicm00n December 17th 2012, 11:58 am

Works! Thanks Very Happy
magicm00n
magicm00n
Active Poster

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

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum