CSS conflicts with WP admin themes
-
There are some css conflicts with many WordPress admin themes in common.
Basically, many admin themes increase the admin bar height (more than 32px), by doing so your Options control div is hidden partly due to your css styles
position:fixed. Instead, you can still useposition:relativeandleft:autoand still have the same result but it automatically positions your options control div in position. Please check the screenshot of adjusted style here https://ibb.co/6W2qSCqAnother css issue is, text box next to “Import Wordfence options from another site using a token”. You have the text box only with box shadow by adding border:0 distracting from WordPress default style https://ibb.co/xLGC2Y7
In our admin theme, WPShapere has an option to have disabled those shadows for all over the admin side, by doing so the text box has been disappeared. Why not you remove border:0, so to have the WordPress default text box style with the border (not considering our admin theme here)?
However, we have included overriding css for this issue but I just want to know your opinion on this?
Looking forward your reply 🙂
The topic ‘CSS conflicts with WP admin themes’ is closed to new replies.