• I have put a responsive ad on the ad space beside sidebar. But sadly, the ad is not coming in PCs. I want to show an 728×90 ad which usually gets automatically allocated by the given size of the ad space.

    But I checked it on mobile and it worked.

    Don’t know how to fix it on PCs

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Richie KS

    (@rkcorp)

    not sure what you mean. how can you add 728×90 ad on sidebar? the sidebar is optimize for normal 300 or 336 width.

    but your title is issue on top (beside header)…kind of confusing??

    best solution, add fixed width and height for the container on top header, if this is what you refer to, the top header, not sidebar

    add to custom css

    //for desktop
    @media only screen and (min-width:800px) {   
    #topbanner { width:728px;height:90px; }
    }
    
    //for mobile
    @media only screen and (max-width:770px) {   
    #topbanner { width:300px;height:250px; }
    }
    Thread Starter saiftheboss7

    (@saiftheboss7)

    Sorry sorry. I only meant beside header. I was thinking sidebar but somnehow I wrote sidebar (Silly me! Damn!!!)

    My problem is, while on desktop (larger screen) – the top ad (beside header) is not working, whereas that works fine in mob.

    Theme Author Richie KS

    (@rkcorp)

    is it responsive google adsense ads. i think in their doc, you need to add width height on container. like i mention above, did you try add them? and test in mobile vs desktop version.

    • This reply was modified 8 years, 1 month ago by Richie KS.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ad Issue on top [Beside Header]’ is closed to new replies.