Hi there,
try adding this CSS:
.home #main,
.home #main .inside-article {
padding-top: 0;
margin-top: 0;
}
As a general rule if you’re building a static page with a full width layout, then setting the Content Container to Full Width:
https://docs.generatepress.com/article/content-container/
This gives you a blank 100% wide canvas with no theme padding or margins.
You can then build the page with GenerateBlocks and set your own padding and container widths.]