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?
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?
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!