Search code examples
javascripthtmlcssmenusticky

Remove space between sticky menu and the image


I want no space between the sticky menu and the image. What's wrong with my code? here's the link: http://liveweave.com/0M2mU9

Many thanks.


Solution

  • Use

    .jumbotron h1 {
        margin-top: 0px;
    }