Weird space between the header and Section 1

Hi,

I have this weird space between the header and Section 1.

How do I get rid of it as it’s not a section and not a header?

It’s weird because the space is not on my homepage, just the inner page.

Thanks!

Hi Daniel,

Thanks for reaching out.
It seems that there is a Gap element has been added which has the top padding of 2.7em and that is the reason behind the space. I would suggest you remove the Gap element or adjust the height to get rid of this space.

Hope it helps.
Thanks

Yes, there is a Gap element.
But this weird space is above it.
Gap - 1
Weird space - 2

This is the homepage. The gap is there as well but not the weird space.

Hi Daniel,

Please share the exact URL where you are having such problem.

Thanks

here is the url

Hi Daniel,

It seems that the Page Title set to blank and the section to show the Title is the reason behind the space. I would suggest you add the following custom CSS code into the Theme Options > CSS or Page CSS to get rid of this space.

.x-header-landmark
{
    display:none;
}

Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes which means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

1 Like

Works like a charm, thanks a lot!

Hi Daniel,

Glad that we are able to help you.

Thanks

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