Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
added id for css
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Jun 29, 2015
1 parent 54b5e90 commit 0d18951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/sidebar-if-active.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
if ( is_active_sidebar( $sidebar ) ) {
echo '<div class="col-sm-3">';
echo '<div class="col-sm-3" id="page-sidebar">';
dynamic_sidebar( $sidebar );
echo '</div>';
}
Expand Down

0 comments on commit 0d18951

Please sign in to comment.