• Resolved Greg06

    (@greg06)


    Hi,

    I have stackable installed on few websites. But just on one website, I don’t see the options for “wide width” and “full width”. Only “align center” is available. Any idea ? something to do with my theme (Kalium) ?

    • This topic was modified 6 years, 7 months ago by Greg06.
    • This topic was modified 6 years, 7 months ago by Greg06.
Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    Plugin Contributor gambitph

    (@gambitph)

    Hi Greg,

    Unfortunately, wide-width and full-width options is a built-in capability from Gutenberg when you’re using any Gutenberg ready themes.

    If you’re not seeing the wide-width and full-width toolbar buttons, then it might be possible that your theme is not Gutenberg ready. You can contact the support team of your theme so that they can give you a Gutenberg ready copy of your theme.

    Aside from some Stackable blocks, some native blocks such as the Cover block and the Image block should be able to go wide or full if the theme supports it.

    If you have other questions, don’t hesitate to contact us. 😊

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Container block – Full width option not available’ is closed to new replies.