Full height module within full height row

Any ideas how to make the white area on this layout full height on any screen size. Looks fine on my 13" screen but is centred on the page on a cinema display.

http://newpareto.flywheelsites.com/chris-stott/

Inspiration for this design is buffer’s old homepage https://optinmonster.com/wp-content/uploads/2015/09/Buffer.png and this https://about.me/hiten

Thanks!

Hey Chris,

I’m gonna assign another member of the team to check in on this.

Ben

Thanks, no rush

Hey Chris,

It seems I misunderstood your post. Simply place a class on the column where those modules are situated and use the CSS snippet below. In this case, the class added is col-full-height.

.col-full-height .fl-col-content {
    min-height: 100vh;
}

Ben

Lovely stuff! Thanks Ben:)

No worries! Enjoy BB! :slight_smile:

Ben