Reply To: Move downwards to "float" above

Home Forums Support Move downwards to "float" above Reply To: Move downwards to "float" above

Home Forums Support Move downwards to "float" above Reply To: Move downwards to "float" above

#243442
Tom
Lead Developer
Lead Developer

The Page Header image actually begins below the header, so it’s definitely not easy.

You can try this:

.site-header {
    position: absolute;
    width: 100%;
    top: 20px;
}

However it’s important to only add that CSS to pages that have a page header image set. You can use Simple CSS to add the CSS to specific pages: https://wordpress.org/plugins/simple-css/

Hope this helps 🙂