-
svwebwork
I have create a hero/header using GB, and I used Elements to merge it with the default header. There seems to be a gap in pages of the same kind with the same settings for the header. Please help troubleshoot it.
-
George
Hello,
You have a CSS rule hiding the page title in the
what we dopage..page .entry-title { display: none; }But that only hides the
<h1>visually — the<header class="entry-header">wrapper is still in the DOM, which is enough to trigger the margin.On the other page, you probably have the page title hidden, either by a Layout element or though the page options on the right. You might want to do the same for the
what we dopage (or extend the Layout condition to cover this page too), then remove the previous CSS. -
svwebwork
Removed the CSS rule and enabled page title hidden through the page options on the right. That fixed it everywhere.
Thanks! -
George
Glad to know, no problem!
- You must be logged in to reply to this topic.