[Resolved] Looking to add padding above my site header element on my homepage

Home Forums Support [Resolved] Looking to add padding above my site header element on my homepage

Home Forums Support Looking to add padding above my site header element on my homepage

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1283733
    Stephen

    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

    #1283881
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    David, thank you that is exactly what was needed!

    #1284424
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.