CSS Fix if this plugin causes issues with 3rd party admin pages
-
Here is some CSS to fix this plugin from causing issues with other admin pages.
Thanks to the plugin developer for Role Based Pricing.
.metabox-holder .postbox-container .meta-box-sortables { overflow: hidden !important;
}
.postbox{ overflow: hidden !important; }
- The topic ‘CSS Fix if this plugin causes issues with 3rd party admin pages’ is closed to new replies.