CSS Conflict in wp-admin
-
Your plugin breaks CSS in the admin area when activated while Kodeo Admin UI is also active, causing a gap in the admin content area of roughly 100% vw.
The plugin you conflict with can be found here:
https://ww.wp.xz.cn/plugins/kodeo-admin-ui/Since the other plugin’s core functionality is to theme the admin area, your plugin shouldn’t be affecting the wp-admin CSS since it’s not needed for your core functionality.
Any help would be appreciated, thanks.
Update:
Removing#adminmenuwrap { position: relative !important; }from your admin.css files resolves the issue, I advise you remove it on your next release as this rule has nothing to do with your plugin and there is no reason for it being there.
The topic ‘CSS Conflict in wp-admin’ is closed to new replies.