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

sk33lz’s picture

Status: Active » Fixed

Because 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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.