Page spacing where title should be

Hi X Theme, I was wondering if there was a way to remove the spacing between my menu and the page. I know this is where a title should go, but I was hoping to not use a title and move the whole page up to the menu. Here is the page I’m referring to: https://stokedmountain.com/gear/

Let me know if that makes any sense. Thanks!

Hello Tommy,

Thanks for writing in!

Do you mean you want to have something like this?

If that is the case, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

header.x-header-landmark.x-container.max.width {
    display: none;
}

.x-header-landmark+.x-container>.offset>.x-sidebar {
    margin-top: 0;
}

Best Regards.

Ah yes, that’s perfect, thanks for your help!

You are most welcome!

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