Explicitly declare wide styles.
This commit is contained in:
parent
287b47ec2e
commit
88c9a311e8
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ if ( ! function_exists( 'apostrophe_2_setup' ) ) :
|
|||
|
||||
// Load editor styles and custom fonts.
|
||||
add_editor_style( array( 'editor-style.css', apostrophe_2_fonts_url() ) );
|
||||
|
||||
// Add wide styles support for Gutenberg
|
||||
add_theme_support( 'align-wide' );
|
||||
|
||||
// Add custom colors to Gutenberg
|
||||
add_theme_support(
|
||||
|
|
Loading…
Reference in a new issue