• Resolved Anonymous User 9027423

    (@anonymized-9027423)


    On the site I’m putting together (http://www.WCB.Norwhiz.com), I’ve figured out how to resize the main content area via CSS. I’m still having one issue that I’m hoping someone out there can identify. As you can see from this image http://i39.tinypic.com/dyan3a.png, there is a large gap between the embeded video and the nav menu. I’d like to shrink that gap just a bit, while still keeping the video below the logo’s bottom horizontal line.

    Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • This margin is creating all or part of it:

    .site-content {
        margin: 1.71429rem 0 0;
    }

    Thread Starter Anonymous User 9027423

    (@anonymized-9027423)

    nice. I guess that’ll have to do. Gracias!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Space above content area’ is closed to new replies.