Hi guys! Ads on my forum are slightly cut in the end as you can see from the screenshots. I've tried to fix this without luck, any suggestion?
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.
Hi ikir,
Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following code in "Settings" teaxtarea. Delete all caches and do CTRL + F5 on frontend.
#wpforo-wrap .wpforo-ad iframe {
max-width: 100% !important;
}
Thanks!