-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
[Feature] LayoutLayout block support, its UI controls, and style output.Layout block support, its UI controls, and style output.[Feature] Nested / Inner BlocksAnything related to the experience of nested/inner blocks inside a larger container, like Group or PAnything related to the experience of nested/inner blocks inside a larger container, like Group or P[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended
Description
What problem does this address?
I am trying to add a few patterns to the WooCommerce Blocks Product Query block and realized there's currently no good layout solution for the following layout:
I was trying to achieve the following layout using core blocks:
Since the product image will have a variable height (which will determine the height of the container), achieving the desired Price product element position is currently not possible without custom code.
What is your proposed solution?
It would be useful if:
- There was a straightforward way to tweak
flexboxbehavior of blocks (on per block level, if the parent is using flexbox) - The margin block setting would support the
autovalue
Related issue: #45868
Metadata
Metadata
Assignees
Labels
[Feature] LayoutLayout block support, its UI controls, and style output.Layout block support, its UI controls, and style output.[Feature] Nested / Inner BlocksAnything related to the experience of nested/inner blocks inside a larger container, like Group or PAnything related to the experience of nested/inner blocks inside a larger container, like Group or P[Type] BugAn existing feature does not function as intendedAn existing feature does not function as intended

