The header is merging inconsistently on similar pages

  • 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.

  • Hello,

    You have a CSS rule hiding the page title in the what we do page.

    .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 do page (or extend the Layout condition to cover this page too), then remove the previous CSS.

  • Removed the CSS rule and enabled page title hidden through the page options on the right. That fixed it everywhere.
    Thanks!

  • Glad to know, no problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.