Opened 9 years ago
Closed 9 years ago
#21739 closed defect (bug) (fixed)
Twenty Twelve: mobile-first text alignment override for 600 plus layout breaks WYSIWYG alignment options
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Minor but should be fixed soon.
When you use the Visual Editor to assign right, center, or justified alignment -- the alignment is overridden by the > 600px media rules which sets the alignment to always be left.
Example on WP.com: http://mayukhmukherjee.wordpress.com/2012/07/25/linux-kernel-with-updated-power-management/ -- the body text is set to justified in the Visual Editor, but is forced left on display.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Turns out this was probably user-generated markup, since core WP and also WP.com both put the inline style from the Visual Editor on the paragraph element itself, not adding a surrounding div element like in the bug report.