I had a support ticket last week about the new vs. legacy container blocks (see https://generatepress.com/forums/topic/generate-blocks-legacy-layout-system/#post-2558174). Everything’s been great, but I notice that on some of the new pages, there is additional space around the page title. I’ve put a couple URLs in the private info box. Using the inspect feature, it looks like the page title is within this block, which has an additional 40px of padding:
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
padding: 40px;
}
I can’t figure out why is this happening on some pages but not others.