How to get rid of this gap on all pages?

Is there a CSS line that would get rid of this gap on all my pages?

it’s below my menu and above my page content.

Did you try removing the (default) 45 px gap above and below every Section you add?

Yes, but that’s not it. The space I’ve circled above is where the page’s title goes, but I’m trying to get rid of all the pages’ titles.

Hello @stevenkwlee,

Thanks for asking. :slight_smile:

Please try adding following CSS under X > Launch > Options > CSS to remove spacing:

.entry-header {display: none;}

.entry-wrap {padding-top: 10px;}

Thanks.

Hey, thanks for responding!

Even with the code, the page title is still there:

I am trying to remove this block of space. Any further advice is appreciated :slight_smile:

Hi,

That is your breadcrumbs section, you can turn it off under Theme Options > Header > MISCELLANEOUS > Breadcrumbs

Hi, thanks for your response.

Even when I turn it off, the headline is still there.

Further advice is appreciated, thanks :slight_smile:

Hey Steven. Try going to your Pages -> All Pages. Then, instead of Edit with Cornerstone, select Edit. Then scroll that page and select “Disable Page Title” checkbox. I hope it helps, cheers!

Hi!

Thanks for your response.

I’m not seeing this page, can you clarify with more directions?

Just mouse hover on any page, there will be Edit, Quick Edit, and the last, Edit with Cornerstone. Just select Edit and you’ll be redirected to the Page Edit. There you’ll find what’s on my picture.

Hello @stevenkwlee,

Thanks for updating thread. :slight_smile:

There are couple of different ways to disable page title. One, from Pages > All Pages > Edit Page > Page Settings > Disable Page Title. Second, under Cornerstone page builder open Settings > X Settings > Disable Page Title

I have created a screencast that you can take a look to remove page title. https://cloudup.com/cr6WJo7fSaK

Thanks a lot @fabiofava for helping fellow community member. :smiley:

Thanks.

Thank you!! And yes, thank you to @faviofava too :slight_smile:

You’re more than welcome, glad we could help.

Cheers!

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