Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
2 Users
0 Reactions
1,475 Views
Aza Cribe
Posts: 2
Topic starter
(@aza-cribe)
New Member
Joined: 9 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: 10616
Admin
(@robert)
Support Team
Joined: 9 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: 9 years ago

that's work, wonderfull

 

Very thanks