Notifications
Clear all

[Solved] Uneven white board box around attachements

4 Posts
2 Users
1 Likes
1,062 Views
Posts: 15
Customer
Topic starter
(@jason-toth)
Member
Joined: 3 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: 3 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: 4172
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 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: 3 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