Jump to content

Increase Avatar Size

Featured Replies

Posted

Hello

How do I increase the avatar size that shows on replies to threads by default they are small and square

 

kind regards

27 minutes ago, Lewis Johnson said:

Hello

How do I increase the avatar size that shows on replies to threads by default they are small and square

 

kind regards

To make them round, open your theme to edit, menu Custom

- Use Rounded Photos? - Yes

To increase the size, open the theme of editing html / css
Add to your Custom css, example

.ipsUserPhoto_tiny img{
width: 38px;
height: 38px;
border-radius: 19px;
}

Default size is 34/34/17

  • Author
4 minutes ago, Adlago said:

To make them round, open your theme to edit, menu Custom

- Use Rounded Photos? - Yes

To increase the size, open the theme of editing html / css
Add to your Custom css, example


.ipsUserPhoto_tiny img{
width: 38px;
height: 38px;
border-radius: 19px;
}

Default size is 34/34/17

Hello this doesn't seem to edit the avatars on forum replies? seem below

 

 

Capture.PNG.507132e1d453b0c1c309ee46a5100655.PNG

Please share a link to your forum

  • Author
2 minutes ago, Adlago said:

Please share a link to your forum

Figured it out! i needed to edit 

ipsUserPhoto_Large

 

Thanks for your help

Archived

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

Recently Browsing 0

  • No registered users viewing this page.