[Resolved] How can i create a 100% height section

Home Forums Support [Resolved] How can i create a 100% height section

Home Forums Support How can i create a 100% height section

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts
  • #229297
    Tom
    Lead Developer
    Lead Developer

    HI Patrick,

    That should be possible by default if I’m understanding correctly?

    I think CSS is definitely better in this case rather than adding another option, although it is a pretty cool idea πŸ™‚

    #229309
    Patrick

    Hi Tom, I have Not get the Header with Screen height 100%. I’ve only get a fullscreen but there is the width also fullscreen but I have a boxed Layout and like Screen height 100% and Max width 1400px. If this is possible by Default I haven’t found the Solution. How Can I do this?

    Thanks for your help.

    #229378
    Tom
    Lead Developer
    Lead Developer

    Just playing with this and you’re right, it’s not possible right now.

    Unfortunately I won’t be able to get this into the upcoming version – I’m not even 100% sure it’s possible without being a little too hacky.

    I’ll look into it πŸ™‚

    #1049103
    Mike

    Any update on this? I know I’m digging up an ancient post but this is where Google sent me πŸ™‚

    #1049225
    Tom
    Lead Developer
    Lead Developer

    What if you give the section a class and then do this?:

    .my-full-height-section {
        height: 100vh;
    }
    #1049255
    Mike

    That works, thank you!

    #1049839
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 7 posts - 16 through 22 (of 22 total)
  • You must be logged in to reply to this topic.