• Hi,

    I am currently changing my theme to something that looks nice with featured images. However, I want to keep my AdSense Ads in place.

    I just changed to the ‘LeeWay’ theme but I find the featured image at the top of each post is positioned over my Google ad, which is positioned before paragraph one.

    If I remove the featured image its fine but I have no featured image on the magazine home page sliders, etc.

    Is this a general theme problem or specific to this theme?
    How can I prevent the featured image overlapping the ad? I would be happier if the image could drop down an inch or two…

    Test site is at LearningPost.co.uk

    The post called Exciting Times shows how I want it but I lose the featured image…

    Thanks

    Stu

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey Stu,

    Some selective CSS can clear this up for you, something like this:

    article > .wp-post-image {
        margin-top: 120px;
    }
    
    article > .wp-post-image + .entry {
        position: relative;
        padding-top: 90px;
    }
    
    article > .wp-post-image + .entry div[class^="advads"] {
        position: absolute;
        top: 0;
    }
    Thread Starter stuu3270

    (@stuu3270)

    Thanks for replying…

    Now where would I copy and paste that code? Right into the CSS file in editor?

    Stu

    Thread Starter stuu3270

    (@stuu3270)

    I put the CSS code in and it has moved it all down about right – thanks!

    However, the responsive Google Ad I had in there no doesn’t appear. Yet if I put a 468 banner in there that appears. Any ideas?

    Stu

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Move The Featured Image Downward’ is closed to new replies.