Just purchased the attachment add-on
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.
Just purchased the attachment add-on
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.
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?
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; }
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?
Thank you. Inserted this into the CSS and then the board became even around the image. Worked perfectly. Happy customer.