• Resolved ccarmical

    (@ccarmical)


    Using the Media.net plugin, I’ve added ads to my site. It works everywhere but on blog and category pages. When I add the ads to them, for some reason the ads appear before any content. So I disabled them on those pages, but when I do, it results in a white margin at the top of the page. If you go to https://www.1-find.com/blog and https://www.1-find.com you will see what I mean. Do you know how I can remove the white margin? The Media.net plugin allows me to add CSS code. I’m at a loss as to why it works everywhere but the blog.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You can use this custom CSS code in Appearance -> Customize -> Additional CSS, to remove the white space at the top of the page.

    .mnet_plugin {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    Regards.

    Thread Starter ccarmical

    (@ccarmical)

    So that wasn’t even a theme issue? Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘White margin at top when using ads’ is closed to new replies.