Closed (fixed)
Project:
Amadou
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2008 at 12:51 UTC
Updated:
9 May 2012 at 00:50 UTC
I just added the module admin_menu, but then the slogan is not displayed properly any more. It is half on the big blue field and half below it, so that it is difficult to read.
Comments
Comment #1
sk33lz commentedBecause of the way that the background image is placed on the body, the admin menu's default margin on the body.admin-menu selector of 20px is pushing the whole body content down by 20px. To fix this, I have added a custom line in the CSS of the theme to change the background-position by 20px as well. This fixes the issue.
This fix has been added to the 6.x-1.x dev release and will be available in the next full release.