Site logo

Archived topic

Unable to eliminate white space on top of my pages

1 reply · Started by Parmeet on April 12, 2020

Viewing posts 1–2 of 2

I've been trying to eliminate the white space on top of all my pages. Looking through various forum posts I've added the following Additional CSS:

.page .entry-header {
display: none;
}

.site-header {display:none}

.page .entry-content {
margin-top: 0 !important;
}

These CSS modifications helped reduce the white space but there's still a sliver of it.

I also tried the PHP edit as mentioned here:
https://generatepress.com/forums/topic/global-disable-elements/

But it made no difference.

Please help! I'm using elementor to build my header, footer, etc so I want to make all the GP elements disappear and just have a blank canvas.

This archived topic is closed to new replies.