Default avatar size CSS-PunBB
2 posters
Page 1 of 1
Default avatar size CSS-PunBB
Hello, what is the CSS code for PunBB to display any default size?
magicm00n- Active Poster
- Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion
Re: Default avatar size CSS-PunBB
Hello!
We need to know exactly what you want to that is increased.
You can add:
Regards,
We need to know exactly what you want to that is increased.
You can add:
That is, in an existing class, add the property and then the "auto important!"..class{
property: auto important!;
}
Regards,
Re: Default avatar size CSS-PunBB
I said it in the title but forgot to mention in the post
I want to change the default size for the user's post profile avatar
I want to change the default size for the user's post profile avatar
magicm00n- Active Poster
- Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion
Re: Default avatar size CSS-PunBB
Hello!
It took me, but I think I brought whatever. Add in your CSS style (PA > Display >Image and colors > Colors > CSS style >):
It took me, but I think I brought whatever. 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;
}
Re: Default avatar size CSS-PunBB
Works! Thanks
magicm00n- Active Poster
- Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion
Similar topics
» [PunBB default skin] Poster profile details display on blogs
» Default avatar - PunBB
» default avatar size phbb2
» Default Text Size
» Default Post Font Size
» Default avatar - PunBB
» default avatar size phbb2
» Default Text Size
» Default Post Font Size
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum