Hi,
Well you have20px margin-bottom set to your header DIV, and also a 10px margin-bottom set to your header image, thus leaving a 30px gap in total!
In style.css change:
#header {margin:20px 0;text-transform:normal;width:600px;clear:none;float:left;}
To:
#header {margin:20px 0 0;text-transform:normal;width:600px;clear:none;float:left;}
#header h1 img { margin:0; }
The first part in bold removes the 20px margin bottom added to the header DIV, and the second part removes the 10px margin added to the header image. You can play around with it as you wish!
That got me 80% of the way there, but I still feel like there is a margin on the top of the nav that I am missing. Tried screwing around with the #nav-above but still no luck.
Any suggestions here?
Thank you for your help btw!
Sorry it should be
#header img { margin:0; }
Not #header h1 img { margin:0; }
This is the extra 10px
I do believe you are the MAN!
While I am picking your brain…not that I want to overvisit my stay or anything…but do you know if it is possible to adjust the way the text lines for the lower text of this page get cut off and forced down to the next line? Is this a code/margins issue, or is just my general inexperience with creating pages? Or both?
http://www.zevfisher.com/blog/?page_id=391&preview=true&preview_id=391&preview_nonce=5235d1f35c
Thanks!
Hey when viewing the link I get:
You do not have permission to preview drafts.
Only admin can view drafts afaik..