Block Vertical Alignment Not Working
-
Hello,
After updating from version 1.8.1 to 1.8.2 we noticed an issue with the Image Boxes blocks not displaying correctly.
It seems, the Vertical Alignment option is no longer working to center align, or bottom align, the text within it.
The
.wp-block-responsive-block-editor-addons-image-boxes-block-item
class sets the container todisplay: flex;
which allows the items to align vertically.However, the update caused some added styles on the page to change the block container to
display: block;
which breaks the Vertical Alignment setting.Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Block Vertical Alignment Not Working’ is closed to new replies.