Title: Bug: Wider Admin Menu
Last modified: October 12, 2023

---

# Bug: Wider Admin Menu

 *  Resolved [cvladan](https://wordpress.org/support/users/cvladan/)
 * (@cvladan)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/bug-wider-admin-menu/)
 * The “Wider Admin Menu” option interferes with the proper functioning of plugins
   like [https://wordpress.org/plugins/f4-tree/](https://wordpress.org/plugins/f4-tree/)
   among others. Implementation of this option should be reviewed and fixed.

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

 *  Plugin Author [Bowo](https://wordpress.org/support/users/qriouslad/)
 * (@qriouslad)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/bug-wider-admin-menu/#post-17122024)
 * [@cvladan](https://wordpress.org/support/users/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:
 *     ```wp-block-code
       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:
 *     ```wp-block-code
       $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://wordpress.org/support/plugin/f4-tree/](https://wordpress.org/support/plugin/f4-tree/)
   and reference this thread for details.
    -  This reply was modified 2 years, 7 months ago by [Bowo](https://wordpress.org/support/users/qriouslad/).
 *  Plugin Author [Bowo](https://wordpress.org/support/users/qriouslad/)
 * (@qriouslad)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/bug-wider-admin-menu/#post-17255455)
 * Marking this resolved for now.

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

The topic ‘Bug: Wider Admin Menu’ is closed to new replies.

 * ![](https://ps.w.org/admin-site-enhancements/assets/icon-256x256.png?rev=3099794)
 * [Admin and Site Enhancements (ASE)](https://wordpress.org/plugins/admin-site-enhancements/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/admin-site-enhancements/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/admin-site-enhancements/)
 * [Active Topics](https://wordpress.org/support/plugin/admin-site-enhancements/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/admin-site-enhancements/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/admin-site-enhancements/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Bowo](https://wordpress.org/support/users/qriouslad/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/bug-wider-admin-menu/#post-17255455)
 * Status: resolved