Add {float:right} to group block #47114
Labels
[Block] Group
Affects the Group Block (and row, stack and grid variants)
[Type] Enhancement
A suggestion for improvement.
As suggested in core https://core.trac.wordpress.org/ticket/57439 and advised to report it here:
Since group block has now a width control and justification, it can float like an image block!
The effect can be achieved with an individual defined CSS class (maybe in WP 6.2 site editor styles or a plugin like Simple CSS), for example:
.sidebox {float:right}
=> Added as additional CSS class "sidebox" to the group block in question.
But with such a really little CSS part and a simple check-box in the user interface in block inspector - according to a manual set group-width smaller than content-width - it would be a quick and easy way to deliver a completely new feature like well known side-boxes (Author-info, fact sheet, ... ) in magazines!
The text was updated successfully, but these errors were encountered: