Closed (fixed)
Project:
Admin Menu Hider
Version:
5.x-1.5
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2008 at 18:37 UTC
Updated:
3 Aug 2008 at 01:22 UTC
After updating to the latest versions of admin menu and admin menu dropdown, I noticed I was getting a white margin at the top of the body. I fixed it by tweaking the specificity to:
body.admin-menu { margin-top: 0px !important; }
Comments
Comment #1
sunYes, admin_menu's margin-top is now a configurable setting and applied via JavaScript.
Comment #2
shawn conn commentedComment #3
rszrama commentedI still have to manually adjust this every time I use this module... :-/
Comment #4
deciphered@rszrama
There is a settings in the Drupal Administration Menu Settings that applies the top margin, all you need to do is turn it off.