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.
Feb 10, 2019 7:08 am
Hi team, the right hand side forum messages like "log in" or "register" when you hit on "reply", are covered by Google ads. Is there a way to change their position? Thanks in advance.
2 Replies
Feb 11, 2019 1:19 pm
Hi @srtalop,
Please use the following CSS code in "Custom CSS code" textarea (Dashboard > Forums > Settings > Styles admin page). It should solve the issue. Please don't forget to delete all caches before checking.
@media screen and (max-width: 480px){
ins.adsbygoogle.adsbygoogle-noablate {
z-index: 1 !important;
}
}