Notifications
Clear all

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.

 

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

3 Posts
2 Users
0 Reactions
2,699 Views
Posts: 73
Topic starter
(@srtalop)
Estimable Member
Joined: 7 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 7 years ago

Estimable Member
Posts: 73