Removing the space between menu and graphic
Question:
How can I remove the white space between menu and graphic. My image looks better without space.

Answer:
1) Log into WordPress
2) Click on “Appearance” -> “Editor”
3) A file called “style.css” should load by default. If not select it from the bottom of the file list on the right.
4) Type of copy/paste the following:
#homeimage {margin-top: -8px;}
