I want to cover the entire width of my page with the cover image block, the one where you can write on top of it. If I need to add a code, please provide the code as well for CSS class. Or is there any other way ?
I want to cover the entire width of my page with the cover image block, the one where you can write on top of it. If I need to add a code, please provide the code as well for CSS class. Or is there any other way ?
In order to support Wide alignment, the theme needs to add support for it. In the theme functions.php file:
add_theme_support( 'align-wide' );
Then both Wide width
and Full width
options will appear in the block toolbar.