adding col-md-12 main container if no sidebar is used

This commit is contained in:
koenemann 2017-01-10 15:00:19 +01:00
parent ec233014eb
commit 61948a6d15
1 changed files with 2 additions and 0 deletions

View File

@ -45,5 +45,7 @@ if ( $is_woocommerce ) {
$html .= 'col-md-12 content-area" id="primary">';
}
echo $html;
} else {
echo '<div class="col-md-12 content-area" id="primary">';
}
}