making the top margin above header picture 0px?
-
Info: Running twentyeleven header without headertext. Using an
uploaded picture 1000px and 160px. Managed to remove the header search box. Made a twentyeleven child theme folder and style.css file.Goal: Making the margin above the header picture 0px.
Firebug says the margin is 28px and the code is:
html { margin-top: 28px !important; }
If I put in:
html { margin-top: 0px !important; }
in the style.css child theme file.
Then the margin is still there, and firebug says:html { margin-top: 28px !important; } html { margin-top: 0 !important;
How do I set the margin above header picture to 0px?
Thank you.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘making the top margin above header picture 0px?’ is closed to new replies.