Full Height Section 2020

I’m trying to get a section that is much smaller and VH to be at minimum VH.

I just want the pink background colour of the section to extend to the bottom of the VH.

Right now I did it using padding 45 vh top and bottom, but I would like a better way of doing this because this way is still not exact.

Hi @dmedianik,

Thanks for reaching out.

I’m not sure if I understand the issue correctly, and the site is behind a under-construction page and can’t check it. But of full-height, I recommend doing custom CSS on your section’s Element CSS. Example,

$el {
height: 100vh;
} 

You can change the 100vh to your preference, and or change height to min-height if you preferred minimum setup that can still expand depending on the amount of contents.

Thanks!

Thank you, this solved my issue.

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.