Media & Text Overlaps Properly Left but not Right
-
Using CSS code with the “Media & Text” block allows the image and content to overlap. Overlapping works perfect when the media is aligned left and content right, but when the media align option is set to the right, the content is no longer on top and is hidden partially under the image. I’m using the WP default 2023 theme, but the 2022 theme responds exactly the same. I’ve included the page link and code.
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content { margin-right: -100px; } .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content { margin-left: -100px; }
Thanks for any help.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Media & Text Overlaps Properly Left but not Right’ is closed to new replies.