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.

 

[Solved] Uneven white board box around attachements

4 Posts
2 Users
1 Reactions
1,656 Views
Posts: 15
Customer
Topic starter
(@jason-toth)
Member
Joined: 4 years ago

Just purchased the attachment add-on

Firefox Screenshot 2021 05 08T00 29 08.887Z

and my first test worked. Only issue is that the white board around the image is not even. Much more white a the bottom. Any way to adjust this white boarder setting? See screen shot attached.

 

3 Replies
Posts: 15
Customer
Topic starter
(@jason-toth)
Member
Joined: 4 years ago

I also see in your system the thumbnail is much smaller than the default size of 400 x 300. Can you let me know what size you are using too?

Posts: 4233
 Tom
Admin
(@tomson)
Famed Member
Joined: 10 years ago

Hi @jason-toth,

Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:

#wpforo #wpforo-wrap .wpforo-post-content .wpfa-item img {
    max-width: 100% !important;
}
#wpforo #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content .wpfa-item.wpfa-img img {
    display: block!important;
}

 

Posted by: @jason-toth

I also see in your system the thumbnail is much smaller than the default size of 400 x 300. Can you let me know what size you are using too?

wpForo Advanced Attachments Manage Thumbnail Sizes
Posts: 15
Customer
Topic starter
(@jason-toth)
Member
Joined: 4 years ago

Thank you. Inserted this into the CSS and then the board became even around the image. Worked perfectly. Happy customer.

Share:
Scroll to top