How can I add white space above my contact us page header?

Hello… I am trying to add some white space above my contact us page header.

Thank you for you help

https://zeplon.shop/pages/contact

1 Like

@RobertVTH

Please add the following code at the bottom of your assets/stylesheet.css file.

div#shopify-section-contact-page-template {
    margin-top: 55px;
}

Hope this works.

Thanks!

100% works, thank you

1 Like