I have installed the module and it is working great - exactly what I was looking for. I am new to Drupal and was wondering where I would go to "tweak the CSS." Is there a specific file or files that I can modify?

Comments

yrocq’s picture

You can modify CSS for the block by modifying the style.css in you theme directory. For example, adding

#block-dynamic_persistent_menu-0
{
  height:3em;
}

allows to increase the block height, so it doesn't collapse when no submenu is available.

yrocq’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

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