Jump to content

VISERA

Clients
  • Posts

    22
  • Joined

  • Last visited

Reputation Activity

  1. Like
    VISERA got a reaction from sobrenome in Google AdSense Auto Ads   
    Is there any solution to the advertising problem that overlaps the text? I use: 
    /* GOOGLE AD CODE FOR RESPONSIVE ADS */ #ipsLayout_mainArea .adsbygoogle { width: 320px; height: 100px; } @media (min-width:500px) { #ipsLayout_mainArea .adsbygoogle { width: 468px; height: 60px; } } @media (min-width:1050px) { #ipsLayout_mainArea .adsbygoogle { width: 728px; height: 90px; } } but the ads still cover the text like i photo below:

  2. Like
    VISERA reacted to CSSlife in Google AdSense Auto Ads   
    Add this code to your custom.css Phil, fixed the ads that appeared over the posts for me among other things:
     
    /* GOOGLE AD CODE FOR RESPONSIVE ADS */ #ipsLayout_mainArea .adsbygoogle { width: 300px; height: 250px; } @media (min-width:380px) { #ipsLayout_mainArea .adsbygoogle { width: 336px; height: 280px; } } @media (min-width:764px) { #ipsLayout_mainArea .adsbygoogle { width: 728px; height: 90px; } } @media (min-width:980px) { #ipsLayout_mainArea .adsbygoogle { width: 468px; height: 60px; } } @media (min-width:1160px) { #ipsLayout_mainArea .adsbygoogle { width: 728px; height: 90px; } } #ipsLayout_sidebar .adsbygoogle { width: 300px; height: 250px; } @media (min-width:380px) { #ipsLayout_sidebar .adsbygoogle { width: 336px; height: 280px; } } @media (min-width:980px) { #ipsLayout_sidebar .adsbygoogle { width: 300px; height: 600px; } } .adsbygoogle { display:inline!important; }  
  3. Like
    VISERA reacted to AlexWebsites in Google AdSense Auto Ads   
    All I did was create a custom ad tag and insert that tag into the global template. Within the ad settings, I have it showing to guests only. I did nt use any IF statements. 

    It seemed to display more ads on mobile and it feels like it's slowing down the site a bit on smaller screens. I have everything on in adsense to show and it's too early to make a judgement so I'm going to continue to leave it up for a few days. 
×
×
  • Create New...