Jump to content

Changing Post Avatar Size


overflow

Recommended Posts

Posted

How can I change the size of the avatars in the postbit on my forum. They are pretty small and a lot of members have been requesting larger sizes. 

Thanks!

Posted

The size is part of the theme CSS. 

You can override it in the custom.css like so.

.ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large::after {
height:150px;
width:150px;
border-radius:75px;
}

 

Posted

The size is part of the theme CSS. 

You can override it in the custom.css like so.

.ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large::after {
height:150px;
width:150px;
border-radius:75px;
}

 

​Thank you soo much!

  • 4 weeks later...
Posted

Newbie question: How do I get to the Custom CSS to do this? Breadcrumbs please!

Go to your admin panel, customization, themes and see the rest on my screenshots:
2015-07-12_12_27_37-Themes.thumb.png.dfb

 

Search for custom, click on custom.css 

2015-07-12_12_27_57-Themes.thumb.png.138

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...