Skip to content

Commit

Permalink
move the sidebar into the row
Browse files Browse the repository at this point in the history
  • Loading branch information
mattl committed May 27, 2015
1 parent 06cba6e commit 4aceb86
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docroot/wp-content/themes/creativecommons.org/page-default.php
Expand Up @@ -22,12 +22,15 @@
<div class="twelve columns alpha"><!-- for about page -->
<?php the_content(); ?>
<?php edit_post_link("Edit This Page", '<p>', '</p>'); ?>
</div>
</div>

<div class="four columns">
<?php get_sidebar(); ?>
</div>


</div>
<?php } ?>
<div class="four columns">
<?php get_sidebar(); ?>
</div>
</div>
</div><!--! end of .container -->
</div><!--! end of #main -->
Expand Down

0 comments on commit 4aceb86

Please sign in to comment.