I am using Big Feature 1.4.0.4 with the Child Theme: bfBlank 1.0
Seems no matter what I do, the child theme is not making the adjustments. Perhaps my css inserts are bad?
I am trying to reduce the nav bar margins to tighten everything up - especially the slider closer to the nav bar.
I input the following:
ul.navigation { margin-top: 0; }
ul.navigation { margin-bottom: 0; }
#header { margin-bottom: 0; }
... but nothing happened.
I am just learning Firebug.. so perhaps I'll get better at this...
Any help from anybody is much appreciated.
Art