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