#26194 closed defect (bug) (fixed)
Twenty Fourteen: image alignment issue with double images
Reported by: | janhenckens | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | needs-patch |
Focuses: | Cc: |
Description
When adding 2 images that directly follow each other and are both aligned on the same side of the page (left of right), the second image is displayed on top of the first one.
Attachments (3)
Change History (8)
#3
@
11 years ago
With some further testing I see that the problem also occurs when adding text and aligned images.
In de screenshot attached (test-with-text.png) there's <p><img><p><img> on the page.
Note: See
TracTickets for help on using
tickets.
I was able to repeat this. I'm voting we don't fix, since for multiple images in a row you'd probably use a WP gallery.
But, if we do fix it it'd probably be some CSS selectors to do img + img or nth img.