Tweaking the CSS
jasonjason - April 14, 2008 - 22:03
| Project: | Dynamic Persistent Menu |
| Version: | 5.x-1.0 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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?

#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
#3
Automatically closed -- issue fixed for two weeks with no activity.