Is there a way to set a specific height for the top secondary nav bar? I would like to use it for a 24 pixel high color bar with nothing in it.
I assigned a blank menu to it, along with the color I want. Now I just need to reduce the height a bit.
Thanks!!
Hey Justin!
Instead of doing that, just set a border on top of the header like this: (enter this into your custom css box in the salient options panel)
Cheers!
Thanks!
This works better:
body #header-secondary-outer {
padding: 5px !important;
}