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;
}
}
Â