Project:Dynamic Persistent Menu
Version:5.x-1.0
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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.

#2

Status:active» fixed

#3

Status:fixed» closed (fixed)

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

nobody click here