Can anyone help me out with this? I've tried clear fix and a number of other things but cannot figure out why the container column (center one) which contains the slide-in navigation menu won't auto adjust its height. Code pen of non working code below.
https://codepen.io/GerdSuhr/pen/ERprWQ?editors=0110
.clear:after {
content:"";
display:table;
clear:both;
}
Thanks