
Originally Posted by
barco57
Some hints to keep you going in the right direction:
#mainWrapper make its width 780px to match your header.
find the following in your stylesheet:
If you change the file name in red to 21.jpg you'll get the footer background you are using on the rest of your site. Footer is controlled in the stylesheet by the #navSuppWrapper. Probably goood Idea to break #navSuppWrapper out from the group by creating a seperate rule set for it like this:
and delete it from the previous rule set so that it doesn't interfere with the the other ones at all.
ya i was working up to the footer point. thanks... I tried changing the width of the # mainWrapper and it didn't work... any ideas?
here's what i have:
Code:
/*wrappers - page or section containers*/
#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 780px;
vertical-align: top;
}
#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
background-color: #ffffff;
text-align: left;
width: 780px;
vertical-align: top;
}
does anyone know how i can include the news and updates in there as to where it will strech just like my other pages? Wich tpl file?
Edit* weird... the width just started working... by its self...