Can anyone tell me how to remove the blank space between the menu and the main content on the Mystique theme? Also does anyone know how to decrease the blank space before the first post? My first post is an image which I'm using as a secondary header. I've removed the shadow box around the image with the CSS entry below but there is still a blank space above the post. I would like there to be no black and very little white space between the menu and the content.
.format-image .entry {
border-radius:0;
box-shadow:none;
display:block;
margin:0 auto;
padding:0;
}
The blog I need help with is palomboforcongress.wordpress.com.