I have the following code that I am trying to use to make the div the full height of the webpage.
HTML:
<div class="page-wrapper">
<div class="vc_col-sm-6 wpb_column vc_column_container">
Some content Goes Here
</div>
<div>
CSS:
.page-wrapper {height: 100%;}
.vc_col-sm-6 {height: 100%; background: red;}