Opened 22 months ago
Closed 22 months ago
#58118 closed defect (bug) (invalid)
Blockquote alignment issue in editor
Reported by: |
|
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)
Change History (4)
#1
@
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
@
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.
Solution