[Solved] Importing Custom Banner Break Theme

I uploaded a custom banner image and it broke my theme. Any ideas?
Screen Shot:
http://i.imgur.com/3sg2K.png
Screen Shot:
http://i.imgur.com/3sg2K.png
Tagged:
0
Best Answer
-
Ron New
Fixed.. Adjusted the height of the header via CSS.#Head { background: #FFFFFF; padding: 0; height: 110px; }
0
Answers
#Head { background: #FFFFFF; padding: 0; height: 110px; }