How To Keep Admin-Menu Visible When You Scroll Down
-
Isn’t it annoying when your admin menu scrolls out of view when you scroll down on the page? Then you have to scroll up again to get to the menu.
This very simple hack will keep the admin menu visible at all times:
Back up the file
/wp-admin/wp-admin.css
, so you can restore the original if you mess up.Now open
/wp-admin/wp-admin.css
Find the section called
/* side admin menu */
Insert a couple blank lines, and paste the following:
#adminmenu { position: fixed; }
DONE!
Only applies to WordPress 2.7. I’ve had no problems with this yet, but of course you make changes to the WordPress core at your own risk. Enjoy!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How To Keep Admin-Menu Visible When You Scroll Down’ is closed to new replies.