From eeb27b00c7ddb56e6a261b90a750fc4bca36c378 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Ko=CC=88nemann?= Date: Wed, 25 Jan 2017 10:24:51 +0100 Subject: [PATCH] add .container and .row markup to new dynamic sidebar footer full and static hero --- sidebar-footerfull.php | 12 ++++++++++-- sidebar-statichero.php | 13 +++++++++++-- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/sidebar-footerfull.php b/sidebar-footerfull.php index 34e4763..7cac627 100644 --- a/sidebar-footerfull.php +++ b/sidebar-footerfull.php @@ -4,7 +4,7 @@ * * @package understrap */ - +$container = get_theme_mod( 'understrap_container_type' ); ?> @@ -13,7 +13,15 @@ diff --git a/sidebar-statichero.php b/sidebar-statichero.php index 5845765..47843fa 100644 --- a/sidebar-statichero.php +++ b/sidebar-statichero.php @@ -4,15 +4,24 @@ * * @package understrap */ - +$container = get_theme_mod( 'understrap_container_type' ); ?> +
- +
+ +
+ + + +
+ +