Home › Forums › Other › Sticky Footer & Various Other Problems › Re: Sticky Footer & Various Other Problems
December 29, 2011 at 12:08 pm
#93627
Member
Okay, now I see your problem.
On your home page you have a body id of ‘default’. It’s applying specific things to the home page only. These two things specifically are why your home page is working:
#default #page-wrap {
width: 100%;
}
#default #header-inside {
width: 960px;
margin: 0 auto;
}
On your inside pages, ‘Feel Good Candy’ for example, you have the #page-wrap set to 960px (line 213 in your stylesheet), so it’s not going to stretch full width.