@cvladan I’ve taken a deeper look. This looks like something that requires F4 Tree developers to ‘fix’ on their end. ASE applies the following CSS inline:
wpcontent, #wpfooter { margin-left: 200px }
Where ‘200px’ is the custom width defined in ASE’s Wider Admin Menu module settings. Please ask the developer to look up this value via:
$options = get_option( 'admin_site_enhancements' );
$custom_width = $options['admin_menu_width'];
…and use that for wpcontent, #wpfooter styling in /f4-tree/Tree/assets/css/tree.css. Could be a simple addition of !important, so this overrides the margin-left set by ASE.
You can simply create a ticket on their support forum at https://www.ads-software.com/support/plugin/f4-tree/ and reference this thread for details.
-
This reply was modified 1 year, 1 month ago by Bowo.