The links works only in opera mini on mobile
if i make the link text size bigger then it start working but its very strange because that fact that in opera mini they work.
How i can fix it without making large text?
I think it’s because of the googleads2 div above the links. I’ve try the display:none and margin-bottom: 80px and the links works.
so that mean that google adsense ads overlay the links?
How i can fix it?
even if i minimize chrome on PC to mobile version it block the links.
i tired without the div still the same.
Its google ads overlay problem.
How i can fix it?
I’m not really good when it comes to responsive structures, maybe you can adjust margin-bottom of the div or just remove it when screen resizes? try something like:
@media (max-width: 450px) {
.googleads2 {
/* your declaration here */
}
}
Not sure though if that’s the solution. Maybe someone else have better idea.
Thanks for help it still not working
Just need to understand why clean adsense ad code at small resolution overlay the text links.