Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 740
BRAINBUZZ media Avatar asked Jun 11 '26 17:06

BRAINBUZZ media


1 Answers

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>
like image 139
Mr. Alien Avatar answered Jun 14 '26 05:06

Mr. Alien