Title: Plugin css conflicts with wp core styling
Last modified: April 26, 2018

---

# Plugin css conflicts with wp core styling

 *  [jonzai](https://wordpress.org/support/users/jonzai/)
 * (@jonzai)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/plugin-css-conflicts-with-wp-core-styling/)
 * Hi,
 * Is it possible to create more specific css for this plugin.
    The css of the plugin
   modifies core styling of the wordpress backend.
 * Some cases of this:
    – the class Wrap had gotten a position Absolute, which make
   it so our notifications (wp core) are not visible anymore. – the show-settings-
   link drop downs are restyled. But these also conflict with wp core styling.
 * Code example of our fixes to cancel out the plugin css with scss:
 * .ac-wp-media {
    .wrap{ position: relative !important; height: 100vh;
 *  .media-frame{
    position: relative; height: 100vh; display: block; top: 0; } }}
 * body.upload-php.eml-grid #wpbody-content{
    float: left !important; }
 * Could it be possible for you to optimize your css so Core elements of wordpress
   won’t be effected by this.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [webbistro](https://wordpress.org/support/users/webbistro/)
 * (@webbistro)
 * [8 years ago](https://wordpress.org/support/topic/plugin-css-conflicts-with-wp-core-styling/#post-10253262)
 * Hi [@jonzai](https://wordpress.org/support/users/jonzai/),
 * The upcoming version of the plugin addresses some issues with the notification
   styling. But unfortunately, no, we cannot completely get rid of the restyling.
 * This one “the show-settings-link drop downs are restyled. But these also conflict
   with wp core styling” is not clear to me, sorry. Can you post a screenshot or
   something, please?
 * Best,
    -Nadia
 *  Thread Starter [jonzai](https://wordpress.org/support/users/jonzai/)
 * (@jonzai)
 * [8 years ago](https://wordpress.org/support/topic/plugin-css-conflicts-with-wp-core-styling/#post-10253782)
 * Hi [@webbistro](https://wordpress.org/support/users/webbistro/) (Nadia)
 * I completely understand the “we cannot completely get rid of the restyling.“.
   
   I’ve made a screenshot of the bug present in our site:
 * [[mlbug1.jpg]](https://drive.google.com/file/d/1wlI3IgSg4-8CDSI5Fn4eYvUESWT-QSMG/view?usp=sharing)
 * Can we Assume that this bug will be fixed in the next version?
    We applied our
   own css to fix this bug:
 * .ac-wp-media .wrap{
    position: relative !important; height: 100vh; }
 * .ac-wp-media .wrap .media-frame{
    position: relative; height: 100vh; display:
   block; top: 0; }
 * [[mlbug2.jpg]](https://drive.google.com/file/d/1ElbgpWXTaM6EvE1NqVvyLEqeDNUx0Kba/view?usp=sharing)
   
   But after the update notification is resolved a new styling bug presented itself:
 * [[mlbug3.jpg]](https://drive.google.com/file/d/1DVqHhITUKuSL-31XfVuBaYtnauXiIcch/view?usp=sharing)
 * These where only minor bugs. But we can only assume that other things may come
   up in the future involving the EML – plugin styling.
 * That’s why we opened this ticket so you guys can have a look at it.
 * Thanks in advance!
    Jonas
    -  This reply was modified 8 years ago by [jonzai](https://wordpress.org/support/users/jonzai/).
 *  Plugin Author [webbistro](https://wordpress.org/support/users/webbistro/)
 * (@webbistro)
 * [8 years ago](https://wordpress.org/support/topic/plugin-css-conflicts-with-wp-core-styling/#post-10299103)
 * Hi [@jonzai](https://wordpress.org/support/users/jonzai/),
 * Please let me know if something looks wrong now in v2.6 Thank you!
 * Best,
    -Nadia

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Plugin css conflicts with wp core styling’ is closed to new replies.

 * ![](https://ps.w.org/enhanced-media-library/assets/icon-256x256.png?rev=980107)
 * [Enhanced Media Library](https://wordpress.org/plugins/enhanced-media-library/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/enhanced-media-library/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/enhanced-media-library/)
 * [Active Topics](https://wordpress.org/support/plugin/enhanced-media-library/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/enhanced-media-library/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/enhanced-media-library/reviews/)

## Tags

 * [conflict](https://wordpress.org/support/topic-tag/conflict/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [styling](https://wordpress.org/support/topic-tag/styling/)
 * [wp core](https://wordpress.org/support/topic-tag/wp-core/)

 * 3 replies
 * 2 participants
 * Last reply from: [webbistro](https://wordpress.org/support/users/webbistro/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/plugin-css-conflicts-with-wp-core-styling/#post-10299103)
 * Status: not resolved