Title: Folder Pane Position
Last modified: January 12, 2022

---

# Folder Pane Position

 *  Resolved [Barry Brunning](https://wordpress.org/support/users/datastream/)
 * (@datastream)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/folder-pane-position/)
 * We want a very simple backend for some users. In consequence, for them, we have
   removed the admin bar from the backend using [code by User Role Editor PRO](https://www.role-editor.com/remove-admin-bar-from-backend/).
   However, this results in [mis-positioning of the Wicked Folders Pane](https://i2.paste.pics/1155a28adefb44fbf6ddd04799cfc6b8.png).
 * The #wpcontent is moved up as intended when the admin bar is not displayed. But,
   the #wicked-object-folder-pane is still in the same position and obscuring the“
   Screen Options” button and partly the heading “Products”. How might one make 
   the #wicked-object-folder-pane move up? I tried CSS of #wicked-object-folder-
   pane {padding-top: 0px !important;} but that was not effective.

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

 *  Plugin Author [wickedplugins](https://wordpress.org/support/users/wickedplugins/)
 * (@wickedplugins)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/folder-pane-position/#post-15242722)
 * Hi Barry (@datastream),
 * You should be able to fix that by using the `<a href="https://developer.wordpress.
   org/reference/hooks/admin_body_class/" rel="noopener" target="_blank">admin_body_class
   </a>` filter and removing the “admin-bar” class from the body tag.
 * Let me know if you still have trouble.
 *  Thread Starter [Barry Brunning](https://wordpress.org/support/users/datastream/)
 * (@datastream)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/folder-pane-position/#post-15262583)
 * Hi Wicked,
 * Tried to use your suggestion but without success, perhaps due to my lack of understanding.
 * However, in case it might assist someone else, I have now achieved my objective
   by adding:
 *     ```
       body.admin-bar .woocommerce-layout__header, body.admin-bar .wicked-content{
       	top: 0px !important;
       }
       ```
   
 * to function fix_adminbar_padding() in the User Role Editor code mentioned in 
   my question.
 * Thank you anyway.
 * Regards,
 * Barry Brunning

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

The topic ‘Folder Pane Position’ is closed to new replies.

 * ![](https://ps.w.org/wicked-folders/assets/icon-256x256.png?rev=3043757)
 * [Wicked Folders - Folder Organizer for Pages, Posts, and Custom Post Types](https://wordpress.org/plugins/wicked-folders/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wicked-folders/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wicked-folders/)
 * [Active Topics](https://wordpress.org/support/plugin/wicked-folders/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wicked-folders/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wicked-folders/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Barry Brunning](https://wordpress.org/support/users/datastream/)
 * Last activity: [4 years, 2 months ago](https://wordpress.org/support/topic/folder-pane-position/#post-15262583)
 * Status: resolved