BRAINBUZZ media
BRAINBUZZ media

Reputation: 504

What is this weird margin from?

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

Answers (2)

MiniGod
MiniGod

Reputation: 3802

Found a solution: add margin-top: -40px; to .block_wrapper {}

Upvotes: 0

Mr. Alien
Mr. Alien

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

Related Questions