image block: full width and wide option don’t show on some sites
-
the image block does not always have an option for full width or wide width. The icons are not there. Is this Theme specific or something else?
The blog I need help with is: (visible only to logged in users)
-
Hi @elurie977, yup. It’s theme specific, as some themes were not designed with full width blocks in mind. I hope that helps!
-
I found the answer. It IS Theme specific. To add this functionality, put the following into your themes functions.php file and the full and wide icons will appear in your image block next to the align icons.
// Add Theme support for image block full and wide width feature
add_theme_support( ‘align-wide’ );
- The topic ‘image block: full width and wide option don’t show on some sites’ is closed to new replies.