Hi,

when i enable admin_menu, the admin_menu floats above the primary links.
Can you have a look at this?
Except for this little annoyance, very nice theme!
kudos

greetz,
tom

Comments

betz’s picture

Sungsit’s picture

Hi betz,

Add the style below to custom.css then enable it with "Colourise Theme Settings" (Add Customized Stylesheet)

body.admin-menu {
  margin-top: 0 !important;
}

body.admin-menu #header #primary-menu {
  top: 25px;
}

body.admin-menu #header form#search-theme-form {
  top: 28px;
}

I'll commit this to the next release, thank you for your report ;)

Sungsit’s picture

Status: Active » Closed (fixed)

Fixed in Colourise-6.x-2.1.