Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Getting flexboxes to fill verticle space Reply To: Getting flexboxes to fill verticle space

#241061
Paulie_D
Member

My first glance at the site on my laptop tells me you have some other issues.

WTF is this?

.navBG {
    width: 5000px; /* really */
    margin: 0 auto;
    z-index: 1;
    background-color: #990000;
    height: 42px;
    margin-left: -2000px; /* huh? */
    position: relative;
    top: 99px;
}