- Aug 31, 2001
- 21,205
- 165
- 106
Before I start, I should mention that I dont have a whole lot of experience developing for the web and some of the questions might be noobish
Im developing a website for my wedding and I need a little bit of CSS help. It's basically a wordpress blog with added pages. I chose wordpress because it will make adding content/updating easier for my fiancee.
So here is the site in question
Here are a few firebug screenshots which visually highlight how the page is laid out
page
header
outercontent
content
primary wrapper
sidebar
footer
The page lines up when the window width is > #page width (900px) but as soon as window width is shrunk anymore, the #footer doesnt line up with #page (example).
I understand this is happening because the footer isnt in side the page container and the footer width is different than the page. But is there any way to keep the left side of the footer visually lined up the left side of the page?
Thanks
Im developing a website for my wedding and I need a little bit of CSS help. It's basically a wordpress blog with added pages. I chose wordpress because it will make adding content/updating easier for my fiancee.
So here is the site in question
Here are a few firebug screenshots which visually highlight how the page is laid out
page
header
outercontent
content
primary wrapper
sidebar
footer
The page lines up when the window width is > #page width (900px) but as soon as window width is shrunk anymore, the #footer doesnt line up with #page (example).
I understand this is happening because the footer isnt in side the page container and the footer width is different than the page. But is there any way to keep the left side of the footer visually lined up the left side of the page?
Thanks
