Global css classes affecting admin
-
I noticed the post type pages in the backend all had centered titles (text-align: center). This is because I got another plugin that enables dragging to alter the order of the pages, which gives the table the classname ui-sortable and the rows ui-sortable-handle.
A style emanating from this plugin applies a global style to that class, causing these classes to incorrectly be center text-aligned throughout the entire wp-admin.
The ui-sortable classnames are pretty commonly used by all sorts of plugins, so this plugin should not be applying global styles to it. Disabled the plugin until this is resolved.
The topic ‘Global css classes affecting admin’ is closed to new replies.