I have a Wordpress Site utilizing Bootstrap framework.
I am wondering how to make my text (from the page.php's content.php ) span to a second column after a certain height.
HTML
<div class="row">
<div class="col-md-12">
<?php the_content(); ?>
</div>
</div>