Reputation: 504
The home page does not have any space above the div#site_wrap that everything is inside of but the portfolio page has a big top margin which doesn't show up anywhere in firebug.
reference: http://www.brainbuzzmedia.com/themes/simplybusiness/?page_id=91
Upvotes: 3
Views: 74
Reputation: 157314
I got it where's the issue here...
It's this line
<div class="clear"></div>
In this section
<div class="announcement_wrapper">
<div class="announcement">
<div class="announcement_message"><p>This is an announcement box! Click close to remove it after you've read it.</p></div>
<div class="close_announcement"><p>close x</p></div>
<div class="clear"></div>
</div>
</div>
Upvotes: 2