• Resolved sjoerd89

    (@sjoerd89)


    Hi there,

    when i have my custom fixed header on things like featured images will disappear under the fixed header. I tried have a big white space above the image and then i can see it so i know it is hidden somewhere behind it. Also when i have the featured image on the whole page gets pushed down a bit.

    —-https://codepen.io/Sjoerd89/pen/JRXPrm

    Hope you can see what is messing up and if you need anymore information let me know!

    Thanks,

    Sjoerd

    • This topic was modified 8 years, 6 months ago by sjoerd89.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Tom

    (@edge22)

    If the header is always fixed, you can add padding to the body like this:

    body {
        padding-top: 100px; /* height of your fixed element */
    }

    Let me know if that helps or not ??

    Thread Starter sjoerd89

    (@sjoerd89)

    This worked perfectly should of seen this one ??

    Theme Author Tom

    (@edge22)

    Awesome, glad I could help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fixed header over featured image?’ is closed to new replies.