[Resolved] how to make a landing page without scroll bars?

Home Forums Support [Resolved] how to make a landing page without scroll bars?

Home Forums Support how to make a landing page without scroll bars?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1335614
    Kyuhyung

    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?

    #1335692
    Leo
    Staff
    Customer Support

    Hi there,

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

    Let me know if this helps 🙂

    #1335992
    Kyuhyung

    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?

    #1336002
    Kyuhyung

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

    Does it possibly make a problem?

    #1336007
    Kyuhyung

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

    Problem solved.
    I did it wrong obviously. Thanks!

    #1336442
    Leo
    Staff
    Customer Support

    There is actually an option for it:
    https://www.screencast.com/t/ZK3fGASZ2

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.