Forums
(@ricotijsen)
6 years, 7 months ago
Hey Greg,
You’ll have to add theme support for it in your functions.php:
function my_theme_setup() { add_theme_support( 'align-wide' ); } add_action( 'after_setup_theme', 'my_theme_setup' );
All the best Rico