I have been trying to reduce the height of the #nav menu bar on the Enterprise theme. Originally, it is set at 45px. I have changed the height to 30px, but the black background's height does not get smaller.
This work is being done on a private blog that I am working on, but the menu bar can be seen at the Enterprise Demo here: http://enterprisedemo.wordpress.com/
The code I've applied to the #nav code is:
#nav {
min-height: 30px;
{
The original code is:
#nav {
min-height: 45px;
}
Why wouldn't the change take place?
Thanks!
The blog I need help with is real-agenda.com.