Site logo

Archived topic

how to make a landing page without scroll bars?

5 replies · Started by Kyuhyung on June 20, 2020

Viewing posts 1–6 of 6

Hello!

Firstly thanks for your good theme, I really appreciate it.

I'd like to make a landing page like this:
https://www.morningbrew.com

I tried in various way, but mine always leaves some spaces remained.

Is there a way to make a neat landing page using GeneratePress?

Hi there,

Try setting the minimum height of the container block 100vh.

Let me know if this helps :)

I set page's biggest container class as "landing-page-container"

and added css codes

#landing-page-container {
min-height:100vh;
}

But it doesn't work as expected.

Did I do something wrong?

I put two-columns grid area inside 'landing-page-container'.

Does it possibly make a problem?

.landing-page-container {
min-height:100vh;
}

Problem solved.
I did it wrong obviously. Thanks!

This archived topic is closed to new replies.