• Hi,

    My AdSense code looks fine on the mobile header but it does not show on the desktop header.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi @sahaysagar1
    For this please go to Customize->Widget->Header sidebar-> Remove the present widget -> Add widget then simply scroll to find the Custom HTML widget and add your generated adsense code/script there.
    If you wish to add your ad to a different section of the page then simply click on a different widget area instead of the Header Sidebar and the rest is the same.
    Let us know for any further queries!
    Thanks

    Thread Starter sahaysagar1

    (@sahaysagar1)

    Hi,
    It did not work. I only see ads on mobile header, not on the desktop header

    Thread Starter sahaysagar1

    (@sahaysagar1)

    Is there any other solution because my header ad in desktop is still not showing but on the mobile header it works fine.I have used custom Html to put code.

    Hi @sahaysagar1
    I suggest contacting us through our live chat support on the official site here: https://themegrill.com/ and someone will be able to guide you there with more efficiency.
    Regards

    Thread Starter sahaysagar1

    (@sahaysagar1)

    Hi,
    I contacted them but did not get the solution. I can see the mobile header ad but not on the desktop header ad. I have put the code in the custom HTML widget. Please help

    Hi @sahaysagar1
    Did you disable your Adblock and then check on your desktop browser? Let me know if you did because the ad seems to be visible on my end ??
    Regards

    Thread Starter sahaysagar1

    (@sahaysagar1)

    Hi Nidwija,

    Do you see the ad on the desktop header because I can see the ad in only the mobile header.I tried to see it from Chrome and Internet Explorer from the desktop but still no ad on the desktop header. On the desktop, I can see the ad everywhere else except header.If you see the ad on desktop header can you please share the screenshot?

    Hi @sahaysagar1
    First go to Customizing->Additional CSS and paste the following CSS code to see if it solves the problem on your end:

    #header-left-section {
        width: 25%;
    }
    #header-right-section {
        width: 75%;
    }
    @media (max-width: 768px) {
        #header-left-section,
        #header-right-section {
            width: 100%;
        }
    }

    Let me know after you do this and if this resolved the issue

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Adsense code on header not working in desktop’ is closed to new replies.