0

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>
Siguza
  • 18,036
  • 6
  • 48
  • 73
user3550879
  • 3,307
  • 6
  • 30
  • 55

0 Answers0