Custom Admin Menu Width Compatibility – Request
-
In the plugin you have some CSS like this:
/* WooCommerce header fix */
.woocommerce-layout__header,
/* Elementor Settings */
#e-admin-top-bar-root {
width: calc(100% - <?php echo esc_html( $custom_width ); ?>);
}Could you perhaps target a utility class that can be used within other themes and plugins to automatically support your custom width setting?
Or store the custom width in a CSS custom property (css variable)?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Custom Admin Menu Width Compatibility – Request’ is closed to new replies.