You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I never thought it would happen, but someone wrote a theme with CSS specific to the unit test data, which makes the image alignment pages look okay even though the standard WP classes were not defined. https://themes.trac.wordpress.org/ticket/71793#comment:3
Remove the CSS that is specific to the unit test data:
Remove this CSS which is specific to the unit test data: .blog-detail .alignleft { height: 150px; width: 150px; } .blog-detail .aligncenter { height: 300px; width: 580px; } .blog-detail .alignright { height: 200px; width: 300px; }
I never thought it would happen, but someone wrote a theme with CSS specific to the unit test data, which makes the image alignment pages look okay even though the standard WP classes were not defined.
https://themes.trac.wordpress.org/ticket/71793#comment:3
It would also be good to test large images aligned left or right, and large captioned images centered.
The text was updated successfully, but these errors were encountered: