ok i found the issue at least for me, so maybe it will help others: on my templates , on the post-content comment i added: {“layout”:{“type”:”constrained”}}
that fixed the align issues.
Related Posts:
- Why is the new Gutenberg editor so narrow, and how to make it wider?
- Don’t expand “Most Used” accordion item when adding new block
- Notion-like editing and layout with a convenient freeform collaborative editor in WordPress? [closed]
- How to Batch Convert Gutenberg post to Classic post?
- How do I trigger the sidebar reveal for my sidebar plugin in the Gutenberg editor?
- Block editor: content resets to the previous state in “Edit as HTML” by clicking somewhere outside of the editing window
- Images are not shown in the post editor
- How do I hide the UI for specific Gutenberg Blocks?
- Removing Default Panels From Gutenberg Document Setting Panel (sidebar)
- Where can I find the Gutenberg block icons?
- How to filter or remove default panels in Gutenberg PrePublish Panel
- Integrate Gutenberg as a Standalone App
- Looking for all available options of Gutenberg Block
- How to make a script load after Custom Block is loaded in the editor?
- Set fullscreen mode by default
- Gutenberg extend core blocks
- Add Button To Top Toolbar in Gutenberg
- What version of Gutenberg is included with WordPress?
- Add Formatting Buttons to Gutenberg core/paragraph BlockControls
- All post types with getEntityRecords
- How to disallow a certain custom gutenberg block outside of an InnerBlocks block?
- Gutenberg withInstanceId. When to use it?
- Wrapping Gutenberg Blocks with a div/section/article
- How to access parent block’s attributes in nested block’s save function?
- Gutenberg Default attributes are empty
- Group block without inner wrapper
- How to stop Gutenberg injecting inline font styles
- How to get Gutenberg Gallery Block to output thumbnail images?
- Change list of allowed headline levels in Gutenberg
- srcset attribute in Gutenberg gallery blocks
- How can I add arbitrary `data-` attributes to a block’s `edit()` container?
- Gutenburg InnerBlock single child
- WordPress-gutenberg – Block validation: Expected text
- Does `viewScript` in `block.json` actually enqueue a js file?
- 404 in gutenberg autosave of a Custom Post Type with custom rest_namespace
- Notices in the Block Editor with multiple lines
- Replication of core column block produces different markup
- How to change the Default block in the block-editor away from the paragraph block?
- Create RangeControl in gutenberg Block
- Where are the layout defaults in Twenty Twenty Two coming from?
- How to Disable auto id attributes in Heading tag?
- Gutenberg: how to hide server side render output in the editor but keep it in frontend?
- How to Get a List of Formats of a Block?
- Remove a plugin from the Gutenberg sidebar
- Gutenberg how to save to post meta?
- How to get current post id in Gutenberg Block save function?
- Gutenberg: dynamic block ToggleControl error in saving
- How to limit the selection of the first level block in Gutenberg editor
- disable gutemberg welcome message
- props.setAttributes results in “Maximum update depth exceeded.”
- How can I programmatically select a Gutenberg block?
- Clipboard processing in Gutenburg
- Gutenberg: Dynamic rendering of RichText
- Display selected image in the MediaPlaceholder component
- Using 2 HTML blocks in Gutenberg to wrap content with div
- Add button to Block toolbar: toggleFormat is undefined
- What is the name of the user capability to read a reusable block?
- Gutenberg – Prevent Column Nesting in the Visual Editor
- How to remove whitespaces from source of posts created through WordPress Gutenberg editor
- Gutenburg: Remove border of selected block
- Sort Posts by Sticky then by Latest date using the Latest Posts Block
- Unwanted white space next to inputs added within `PluginDocumentSettingPanel` using “
- ToolbarDropdownMenu component missing from @wordpress/scripts package
- Gutenberg Custom Block Not Validating – Ideas?
- Gutenberg dynamic block render_callback gives null for $post
- Pass props / function to InnerBlocks
- Hide Some Categories in Post Editor
- Possible to add the title of a custom gutenberg block to the edit screen?
- Post Format Link using Guttenberg
- Error After Installing Gutenberg plugin (caused by attempt to stop WP from stripping out tags)
- Block validation failed – escaped HTML in content save
- Core Block Columns Attributes for Innerblocks Template
- WordPress – Increase number of posts in “Add Link” dialogue
- Change Featured image location from side to normal using react (gutenberg)
- How to use react in frontend of dynamic blocks?
- How to use isSavingNonPostEntityChanges in the same scope correctly?
- Attempting to specify viewScript, in a custom block, results in a register_block_script_handle error
- What is the standard way to use the version of React that ships with Gutenberg on the front end?
- Restricting core block nested blocks
- Is is possible to use Templates with blockprops?
- How to add readable name and description to templates?
- Errror generated in console leading to block validation failer
- Add Custom Block Supports to Core Block
- Block validation failed – save content vs post body content
- How to propegate changes from block render_callback to other blocks using that callback?
- Custom Gallery Block – Uncaught TypeError: setAttributes is not a function
- how to display gutenberg editor in a view
- Gutenberg list items nesting and creating invalid content errors
- Trying to understand block alignment
- Custom Link Block with own background color
- Is there a standardized way to get data inside my Dynamic Gutenberg Block?
- Disable block from the editor if another block is used inside current post
- Block Theme : Query Loop with attachments
- How to Programmatically Trigger the Update of a Post in WordPress?
- Is it possible to pass dynamic data from a parent dynamic block to descendant dynamic block via context?
- New server, custom blocks all give “Your site doesn’t include support for the xxx block”
- Theme.json: styles.typography.FontFamily renders as default font in front end but not editor
- Replace multiple RichText components in a single block – wp.blockEditor.RichText multiline prop is deprecated
- Using Button from WordPress components does not work when used for frontend
- How to add “double footer” in WordPress block editor? [closed]