From e2f1f3442d2083713bc35ab429d00e8995edce31 Mon Sep 17 00:00:00 2001 From: Ross Trottier Date: Wed, 4 Sep 2024 18:21:05 -0600 Subject: [PATCH] full width image support --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index 6859a80..9d9fe9b 100644 --- a/functions.php +++ b/functions.php @@ -5,6 +5,7 @@ add_action('after_setup_theme', 'slowtwitch_theme_support'); function slowtwitch_theme_support() { add_theme_support('title-tag'); + add_theme_support( 'align-wide' ); } // enqueue styles