Thanks a lot for your work. I love this theme!
If you need a admin_menu module works fine with this theme you should change a code like this:

  </div><!-- /container -->
  <?php print $closure; ?>
  <?php print $scripts; ?>
</body>
</html>

So admin menu will be a full screen wide.
Also scripts loading better should be placed at the end of page.

CommentFileSizeAuthor
#1 scruffy.patch491 bytesRok Žlender

Comments

Rok Žlender’s picture

StatusFileSize
new491 bytes

I don't recommend putting all scripts at the bottom some javascript code or files need to be at the top. You can specify where javascript files should go when you add them with drupal_add_js and if you want them in footer you can set so there. I attached a simple patch that fixes admin menu problems and it doesn't mess with scripts.

ishmael-sanchez’s picture

Status: Needs review » Reviewed & tested by the community

Patch works to update the admin menu.