i have wordpress site utilizing bootstrap framework.
i wondering how make text (from page.php's content.php ) span second column after height.
html
<div class="row"> <div class="col-md-12"> <?php the_content(); ?> </div> </div>
i have wordpress site utilizing bootstrap framework.
i wondering how make text (from page.php's content.php ) span second column after height.
html
<div class="row"> <div class="col-md-12"> <?php the_content(); ?> </div> </div>
Comments
Post a Comment