Notifications
Clear all

wpForo 1.x.x [Closed] Change size tothe avatar in recent posts

4 Posts
3 Users
1 Likes
1,467 Views
Posts: 530
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 6 years ago

Recent posts avatar is too big for me,

how can i make it smaller?

3 Replies
Sofy
Posts: 4309
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi CENTRAL4ALL,

In such cases, you can always use the CSS codes:

.wpforo-widget-content .wpforo-list-item-left img.avatar {
width: 30px !important;
height: 30px !important;
}

You can find all classes by pressing F12 on the browser and opening Chrome or Firefox Console:

Posts: 530
Topic starter
(@central4allgmail-com)
Prominent Member
Joined: 6 years ago

Thank you

i am not programmer so i can only do things from admin

or after your help.

thank you again

Robert
Posts: 10503
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @central4allgmail-com,

Please note, that we don't provide support for style customization, we may help in 1-2 simple questions related to colors and background but not more. We can not help you customize all components of forum style, these are custom requirements and should be done by forum owners. We only help in general questions and issues. We help if something is wrong displayed but we don't help if you need something to change and customize. This is out of our support because we physically cannot find such time to customize all our users forums. If you need customize your forum look and feel and there is no option in default wpForo options to do some specific change you should find CSS developer and ask him/her to do this job.

Thank you for your understanding.