문제

I'm developing a website from the ground up and there seems to be an extra twenty (or so) pixels that are displaying at the very bottom of the webpage. Instead of ending at the last element, the page continues and shows the body background. I've tried using Firebug and have fiddled with about every element in the css file, but can't find what is causing the excess pixels to show.

Any help on figuring this out is very much appreciated.

Screenshot of Problem:

help!

도움이 되었습니까?

해결책

its coming from here:

.main-wrap {
    margin-bottom: 20px;
}

다른 팁

it comes from main-wrap class style:

.main-wrap {
    margin-bottom: 20px;
}

remove it and you're fine :)

By the way, it's referenced here:

<div class="main-wrap row">




        <script type="text/javascript" src="//cdn.sublimevideo.net/js/goqhe4ff.js"></script>
            </div>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top