Archived topic
Static front page issue
3 replies · Started by finansdoktorn on January 14, 2019
Hello. I have created a static front page in customize - home page settings.
I also created an element (hero header).
But, the issue is the empty blank space when I scroll down on the front page. Between the hero header and the footer.
I want to remove or hide this part from the front page, since I probably wont add anything to it.
<main id="main" class="site-main"><article id="post-521" class="post-521 page type-page status-publish" itemtype="https://schema.org/CreativeWork" itemscope="">
</article></main>
Hi there,
Try this CSS:
.home .site {
display: none;
}
Fantastic job! Super quick support!
Glad I could help :)
