diff --git a/global-templates/left-sidebar-check.php b/global-templates/left-sidebar-check.php index 3a6d79e..9886343 100644 --- a/global-templates/left-sidebar-check.php +++ b/global-templates/left-sidebar-check.php @@ -1,13 +1,52 @@ - - - + + + + +'; + } else { + $html = ''; + if ( 'right' === $sidebar_pos || 'left' === $sidebar_pos ) { + $html = '
'; + } else { + $html .= 'col-md-12 content-area" id="primary">'; + } + echo $html; + } elseif ( is_active_sidebar( 'right-sidebar' ) && is_active_sidebar( 'left-sidebar' ) ) { + $html = '
'; + } else { + $html .= 'col-md-12 content-area" id="primary">'; + } + echo $html; + } + } +?> + - -
- -
- \ No newline at end of file diff --git a/page.php b/page.php index 9b4f237..1c87c3a 100644 --- a/page.php +++ b/page.php @@ -10,52 +10,70 @@ * @package understrap */ - get_header(); +get_header(); ?>
-
+
-
- - - +
-
+ + - +
- + - + - + -
+ -
+ - - - - - - +
-
+ + -
+ + + + + +
+ +