Reduce padding above page title area (below nav)

There’s a huge amount of padding above my page titles, for example on this page: https://tinyurl.com/yyu9mnap

How can I reduce this padding?

I’m using latest X with Integrity stack.

Hello @armintz,

Thanks for writing in! You are having this issue because of the followingL

1.) You have added this custom CSS in X > Theme Options > Custom CSS.

.x-container.max.width.offset {
    margin-top: 250px;
}

Kindly remove this CSS code.

2.) You have set an incorrect Navbar Top Height in X > Theme Options > Header > Navbar. You have inserted 105 pixels where in fact the actual Navbar Top Height is 116 pixels.

Please correct the settings above and the gap should be reduced.

Best Regards.

thank you! that custom css is from a nav menu I had built from another developer… didn’t know they added any css that was affecting anything outside the nav. I appreciate your help, thanks again

You’re welcome @armintz!
It’s good to know that it has worked for you.

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