• Resolved Shivam Pandey

    (@wikihelp360)


    Hi David,
    hope you are fine.

    I have added Google Adsense Ad below the header. But it looks like the image below.

    Header Ads.png

    But I want to show my Google AdSense Ad below the Navigation Menu like the image below.

    Header Ads 2.png

    Please help me to fix this problem.

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

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter Shivam Pandey

    (@wikihelp360)

    Hello David,
    This CSS code is also not working so I created a fixed size 728×90 leaderboard Adsense Ad and got my desired result but there is no space between the primary navigation menu and the Adsense ad. I want some space between the Adsense ad and the primary navigation menu. You can see the image below.

    desire.png

    Just add some margin-top to your CSS like so:

    body .grid-container.header-advert {
        max-width: 728px;
        max-height: 90px;
        box-sizing: border-box;
        margin-top: 1em;
    }
    Thread Starter Shivam Pandey

    (@wikihelp360)

    This code is working perfectly.
    Thank you very much, David ??
    Cheers! ??

    Glad to be of help

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘How to Show Google Adsense Ad Below Navigation Menu in GeneratePress?’ is closed to new replies.