Forums

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

Home Forums CSS Positioning Issue Re: Positioning Issue

#78951
kylewiedman
Member

I was able to fix it in my browser (Chrome) using your markup with this styling…


#nav {
height: 100px;
margin: 0px;
padding-right: 200px;
clear: both;
}

#nav li {
float: right;
}

#header {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}

#page-wrap {
margin-top: 50px;
padding: 50px 2em 0;
}