From d2e7ef9b309e09f363610b9d654fcba65f8ddf13 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 17 Apr 2019 16:36:00 +0100 Subject: [PATCH] Responsive widgets --- wp-content/themes/twentynineteen-tailwindcss/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentynineteen-tailwindcss/functions.php b/wp-content/themes/twentynineteen-tailwindcss/functions.php index 3554410..61ff4a5 100644 --- a/wp-content/themes/twentynineteen-tailwindcss/functions.php +++ b/wp-content/themes/twentynineteen-tailwindcss/functions.php @@ -14,7 +14,7 @@ add_action('widgets_init', function () { 'id' => 'sidebar-1', 'before_title' => '

', 'after_title' => '

', - 'before_widget' => '
', + 'before_widget' => '
', 'after_widget' => '
', ) );