Site logo

Archived topic

How can i create a 100% height section

21 replies · Started by infocus on September 4, 2015

Viewing posts 16–22 of 22

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 :)

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.

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 :)

Any update on this? I know I'm digging up an ancient post but this is where Google sent me :)

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

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

That works, thank you!

You're welcome :)

This archived topic is closed to new replies.