adding col-md-12 main container if no sidebar is used
This commit is contained in:
parent
ec233014eb
commit
61948a6d15
|
@ -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">';
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue