• WordPress 6.5,

    custom block theme, with create block theme plugin, blank theme.

    Within the site editor, when i use the columns block only, there are no alignment options,

    like full or wide with,
    https://ibb.co/0cfHd63

    when i use in site editor columns block within the group block, there are alignment options like full and wide width
    https://ibb.co/yPS3RgP

    but,

    when i use, TT4 FSE Block Theme,

    and i use the site edtior, and i use the columns block only, there are the alignment options like full and wide with.
    https://ibb.co/87kJZBH

    What ist wrong with my custom theme, and why does the columns block not show full and wide alignments in the website editor.

    Custom block theme, theme.json , and functions.php only with CSS style . Nothing else.

    I have not found something in TT4 FSE Block Theme wether in theme.json nor in functions.php, that ist other than in mine.

    • This topic was modified 7 months, 3 weeks ago by md_quer.
    • This topic was modified 7 months, 3 weeks ago by md_quer.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    I recommend asking at https://www.ads-software.com/support/plugin/create-block-theme/#new-post so its developers and support community can help you with this.

    Thread Starter md_quer

    (@mdquer)

    Thank you for your advice. I have found the issue. Perhaps it can hepl someone.
    The error was in wp-post-content :

    <!-- wp:post-content {"align":"full","layout":{"inherit":true}} /-->

    I had "layout":{"inherit":true}

    because of this, there were no full and wide icons in the columns block in site editor.

    When i changed it to "layout":{"type":"constrained", the icons where there , when i use the columns block only in the site editor.

    But it does not work. So i changed the "align":"full", to "align":"wide" :

    <!-- wp:post-content {"align":"wide","layout":{"type":"constrained"}} /-->

    https://ibb.co/JFNxXg0

    Now , like in TT4 Block Theme, also in my custom theme, the columns block shows the full and wide icon without using the group block and works in site editor and in frontend.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘alignment issue with columns block in site editor’ is closed to new replies.