How do I eliminate the blank space at the top of the header and give the top menu some upper padding?

I have tried the solutions given to other users, but they don’t seem to help my case…
Thank you in advance!

Hi Natalie,

Thanks for reaching out!

I see that you added a custom code that forcing the header to have padding from the top. Please remove them.

Base on your layout, you want your header to be at the top of your banner image to do that we need to have a CSS code. Please add the code below in your X > Theme Options > CSS

.masthead {
    position: absolute;
    right: 0;
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.