Make WordPress Core

#58118 closed defect (bug) (invalid)

Blockquote alignment issue in editor

Reported by: sumitsingh's profile sumitsingh Owned by:
Milestone: Priority: normal
Severity: normal Version: 6.2
Component: Editor Keywords: has-screenshots
Focuses: ui, css, administration Cc:

Description

Hey,

When I am trying to align the center then still looking not the center wp-block-quote. For more information see mentioned screenshot.

Attachments (2)

Edit-Post-“What’s-new-in-WordPress-6-2-Dolphy”-‹-WP-Lovers-—-WordPress.png (222.9 KB) - added by sumitsingh 22 months ago.
image (40).png (341.0 KB) - added by sumitsingh 22 months ago.
Solution

Download all attachments as: .zip

Change History (4)

@sumitsingh
22 months ago

Solution

#1 @SergeyBiryukov
22 months ago

  • Component changed from Administration to Editor
  • Focuses ui-copy removed
  • Summary changed from UI issue on editor to Blockquote alignment issue in editor

#2 @sabernhardt
22 months ago

  • Focuses accessibility removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

That style comes from the Digeco theme, which had this in its style.css:

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 2px solid #5a49f8;
	border-right: none;
	padding-left: 150px;
	margin: 40px 0;
}

If the margin is still there after updating, you could report it to RadiusTheme.
https://radiustheme.com/demo/wordpress/themes/digeco/docs/

Note: See TracTickets for help on using tickets.