Skip to content

Commit

Permalink
Update archive.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodws authored May 3, 2019
1 parent 6a6a255 commit dcfed6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="container">
<div class="row">

<div class="col-sm-8">
<div class="col-sm-9">
<div id="content" role="main">
<h1>Category: <?php echo single_cat_title(); ?></h1>
<hr>
Expand All @@ -15,7 +15,7 @@

</div>

<div class="col-sm-4" id="sidebar" role="navigation">
<div class="col-sm-3" id="sidebar" role="navigation">
<?php get_sidebar(); ?>
</div>

Expand Down

0 comments on commit dcfed6b

Please sign in to comment.