• Hello

    i just changed my theme to your and after a day of personalizing it i have a little minor bug ! ( good job team, its a wonderfull theme you have done there ! )

    The top ad area have no definied width for the responsive, so this mean my adsense ad not displaying because i’m using responsive adsense bloc and for them the bloc is 0px so it didn’t show any ad.

    do you have any idea to solve this issue ?

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

    (@rkcorp)

    try add this to custom css, this should add dimension when in smaller screen. not sure how it will work with adsense code, its beyond theme config.

    @media only screen and (min-width:400px) {
    #topbanner {width:300px;height:250px;}
    }
    Thread Starter HimSelf (Gregory)

    (@himself)

    This create a big 300*250 area on top banner but ads still not show.

    so i changed for 468/60 ( classic adsense banner ) but it doesn’t help.

    actual code :

    @media only screen and (min-width:468px) {
    #topbanner {width:468px;height:60px;}
    }

    thanks for your ideas

    if you want to see the site live :

    its bricoleurm*lin.com (replace * with an A)

    Theme Author Richie KS

    (@rkcorp)

    a bit tricky when comes to adsense ad responsive.
    try add float:left; to the css or display:block;

    Thread Starter HimSelf (Gregory)

    (@himself)

    Hello Richie,

    wich css are you speaking about ?

    the adsense CSS or the block where we display adsense ?

    thanks a lot for your precious help

    Thread Starter HimSelf (Gregory)

    (@himself)

    a friend explain me its because “no size” is defined for this area, so adsense think its a 0*0 space and show no ads.

    he says we need to define a “min height” has to be defined. and as fact if i add min-height 90 i have a 468*90 ads displayed” but no 720 or other format on mobile so its not a responsive ad

    Thread Starter HimSelf (Gregory)

    (@himself)

    non usefull information

    Thread Starter HimSelf (Gregory)

    (@himself)

    ok now it works i see the top ads with your first reply !

    but they are only show in 468, no 720 ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Problem with the top ad header location’ is closed to new replies.