Merge pull request #249 from evandiamond/master - Thx @evandiamond
Duplicate div in both-sidebars.page.php
This commit is contained in:
commit
f7d5bfa321
|
@ -11,9 +11,6 @@ get_header();
|
|||
$container = get_theme_mod( 'understrap_container_type' );
|
||||
?>
|
||||
|
||||
<div class="wrapper" id="page-wrapper">
|
||||
|
||||
|
||||
<div class="wrapper" id="page-wrapper">
|
||||
|
||||
<div class="<?php echo esc_html( $container ); ?>" id="content">
|
||||
|
|
Reference in New Issue