Media & Text with styles (Card, Overlap, Outline) and media on RIGHT
-
Hello,
Since the update of WordPress, there has been a problem with “Media & Text block” with the style “Card | Overlap | Outline” and media on the RIGHT. In this case, the text block is displayed under the media block and part of the text block is not visible.
If the “Media & Text block” with the style “Card | Overlap | Outline” and media on the LEFT, it is displaed correctly (the text block is displaed above the media block and text block is fully visible)
As far as I understand, the order of HTML tags in the “Media and Text Block” was changed after the WordPress update, and this caused a problem.
Before WordPress update tags order was following:<div class="wp-block-media-text has-media-on-the-right is-style-card"> <figure class="wp-block-media-text__media">...</figure> <div class="wp-block-media-text__content">...</div> </div>
After WordPress update tags order is following:<div class="wp-block-media-text has-media-on-the-right is-style-card"> <div class="wp-block-media-text__content">...</div> <figure class="wp-block-media-text__media">...</figure> </div>
What is the better way to solve this problem?
Best regards,
V.
- The topic ‘Media & Text with styles (Card, Overlap, Outline) and media on RIGHT’ is closed to new replies.