Thank you!! Changing the container margins fixed it and I got the menu back down below the header by adding margins to it.
Adding margins to primary makes the right sidebar disappear completely. I don’t really know what I’m doing so it’s possible I’m not doing it right. But I somehow made it work for the container! yay, this is fun. if only the right sidebar lined up, what do I change?
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
float: left;
margin: 180px -240px 0 0;
width: 100%;
}
#content {
margin: 0 280px 0 20px;
}
#primary
#secondary {
float: right;
overflow: hidden;
width: 150px 220px 0 0;
}
#secondary {
clear: right;
width: 150px 0 0 0;
}