[Resolved] full screen

Home Forums Support [Resolved] full screen

Home Forums Support full screen

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1176683
    Klaus

    Hello, I have created a grid-layout with generateblocks. I would like to make this a “full screen” layout and I would like to use a background image in the page-container. Is there a way to force “full-screen” to my homepage/startpage? (It’s all about “height”). Thanks Klaus

    #1176826
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    If your grid has a surrounding Container block, try giving it a Minimum Height of 100vh. That should make it so the container is the full height of your screen.

    Let me know ๐Ÿ™‚

    #1177680
    Klaus

    Hello Tom, yes that helped, thank you. I set it to 88vh to have the bottom-line visible:

    .container {
    min-height: 88vh;
    }

    On one page with “.container” the result was not pretty, so this did it:

    .entry-content {
    min-height: 88vh;
    }

    Thanks, Klaus

    #1177759
    Tom
    Lead Developer
    Lead Developer

    No problem! ๐Ÿ™‚

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