I am working on removing the space above the brandnav area at a new site
. I have a logo that is a sign hanging from a chain and need the chain to appear to come directly from the top edge of the screen.
So far I have come close by adding
#brandnav .content-pad {padding-top: 0em;}
to the custom code area.
Firebugs preview shows perfect alignment when I also add
body.fixed_width #page {pading-top: 0px;}
However, adding that code to the custom code section does not produce the change as seen in the Firebug preview.
What am I missing?
Thanks in advance!











