I've built this responsive site that is running Woo Themes Flexslider 2.
I'd like to vertically align the video and copy to the middle of the page. I've tried using flexbox on <div class="center"></div>
, but the position of the content is being pushed to the top.
What am I doing wrong here? Is it because the <div>
doesn't have a set width and height?