Notifications
Clear all

wpForo 1.x.x [Solved] Signature oversize how to fix that ?

3 Posts
2 Users
0 Likes
1,302 Views
Aza Cribe
Posts: 2
Topic starter
(@aza-cribe)
New Member
Joined: 7 years ago

Hi everyone,

We use personalized signature but after the latest update (before an other admin have fixed this but he leave us) all signatures are oversize, picture in this link:

fix_signature.jpg

Thx for reading

 

Aza

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

Please use this CSS code. Put it in Forums > Settings > Styles > Custom CSS Code textarea, save, delete all caches and do Ctrl+F5 on front-end:

#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-signature img {
    max-height: 200px;
    max-width: 100%;
    width: auto;
}
Aza Cribe
Posts: 2
Topic starter
(@aza-cribe)
New Member
Joined: 7 years ago

that's work, wonderfull

 

Very thanks