Notifications
Clear all

wpForo 1.x.x [Solved] Top forum messages not showing with Google Ads

3 Posts
2 Users
0 Likes
2,063 Views
Posts: 73
Topic starter
(@srtalop)
Estimable Member
Joined: 5 years ago

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
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

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

 

1 Reply
(@srtalop)
Joined: 5 years ago

Estimable Member
Posts: 73