Jump to content

dre548

Members
  • Posts

    2
  • Joined

  • Last visited

dre548's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. everything sits inside the "mainbox" div. I switched it to the following: #mainbox { position: static; width: 100%; height: 100%; margin: auto; z-index: 1; } I also tried removing the position and the margin and did "right: 0;" which also didnt' work... No matter what I do, it's still stuck on the left side of the screen and won't center the entire static div, which holds the fixed div's inside of it. Still looking for advice...
  2. So I'm a newb coder, just learned CSS in order to build a site for the music venue I work at. I got everything how I want it, I just can't get the entire page to center as the window enlarges, on bigger displays. I've got everything in a div id="mainbox", thinking that would then be able to be centered. But my fixed header always stays to the left side of the screen. I gave up and just left everything left justified, but it's been bugging me and I think would be an improvement to the site. http://thedelancey.com I'm open to suggestions and looking for advice. This site provided a lot of help when googling CSS questions, so I thought I'd join and ask one myself. Cheers, Andre
×
×
  • Create New...