Making WordPress.org

Opened 8 months ago

Last modified 8 months ago

#6885 new defect (bug)

Image is inline with paragraph

Reported by: patelhitesh's profile patelhitesh Owned by:
Milestone: Priority: normal
Component: General Keywords: needs-patch needs-design-feedback has-screenshots
Cc:

Description

Please check the below URL:
https://wordpress.org/documentation/article/styles-overview/

When we check the above page, the image is in line with the paragraph. But should be aligned after the paragraph in real. For more details, please check the attached screenshot.

Attachments (1)

CleanShot 2023-03-23 at 19.02.19@2x.png (216.5 KB) - added by patelhitesh 8 months ago.
The image is inline with paragraph.

Download all attachments as: .zip

Change History (2)

@patelhitesh
8 months ago

The image is inline with paragraph.

#1 @patelhitesh
8 months ago

To solve the above mentioned issue, please check the below CSS:
.wp-block-image {float: none;}

Note: See TracTickets for help on using tickets.