Viewing 3 replies - 1 through 3 (of 3 total)
  • HI,

    Specify different but fixed widths for the adsense ads’ size for mobile, tablet and laptop screen standards, like:
    (@media(min-width: 481px)and (max-width: 767px) { .headeradplace { width: 468px; height: 60px;)
    ….min-width:768…
    ….
    ….

    Thread Starter geovannict

    (@geovannict)

    I put this code but it still does not appear
    what am I doing wrong?

    @media screen and (max-width:640px) {
    .central-header-zone {
    width: 320px; height: 100px;
    }
    }

    @media screen and (max-width:1024px) and (min-width:640px) {
    .central-header-zone {
    width: 970px; height: 250px;
    }
    }

    @media screen and (min-width:1024px) {
    .central-header-zone {
    width: 250px; height: 250px;
    }
    }

    • This reply was modified 4 years, 5 months ago by geovannict.

    Hi,

    I just looked at your site.
    Read the Hueman “manual”.
    1.)If I remember well, If you add a logo or image to the header place, the header ad widget is not available.
    Header ad widget is active only if just site name and site description is in the header.
    2.)Your 2nd size code is false as the displayed ad size should be set smaller than the min-width px.(If I remember well the difference should be minimum 40-80 px because of the “frame border size” of the header zone.)

    • This reply was modified 4 years, 5 months ago by kerdezo.
    • This reply was modified 4 years, 5 months ago by kerdezo.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header widget doesn’t show Ads (adsense ad)’ is closed to new replies.