Skip to content

Commit

Permalink
12 col grid
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Dec 30, 2017
1 parent 8d02cf4 commit 43aaaa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/com_config/tmpl/config/default.php
Expand Up @@ -43,13 +43,13 @@

<div id="page-site" class="tab-pane active">
<div class="row">
<div class="col-lg-6">
<div class="col-md-12">
<?php echo $this->loadTemplate('site'); ?>
</div>
<div class="col-lg-6">
<div class="col-md-12">
<?php echo $this->loadTemplate('seo'); ?>
</div>
<div class="col-lg-6">
<div class="col-md-12">
<?php echo $this->loadTemplate('metadata'); ?>
</div>
</div>
Expand Down

0 comments on commit 43aaaa0

Please sign in to comment.