Site logo

Archived topic

Looking to add padding above my site header element on my homepage

3 replies · Started by Stephen on May 14, 2020

Viewing posts 1–4 of 4

Hello,

Please see my current homepage - https://cleardesign.studio/
I currently have a site header element set up so my navigation appears above my hero image. I would like to push the header/nav bar down so that it overlaps better above my hero image.

Thanks in advance for your help.

Stephen

Hi there,

try this CSS:

@media(min-width: 1024px) {
    .header-wrap {
        padding-top: 20px;
    }
}

David, thank you that is exactly what was needed!

Glad to be of help

This archived topic is closed to new replies.