Hi, I am need of help with this; The footer is nested within the main wrapper. Is it possible to create another wrapper for footer and separate it from the main wrapper? What I m intending to achieve is, to expand the footer's background till it reaches both ends. Like I did for the header just by attaching a bg image on the body, but I m not sure how to get the footer covered. The only thing I can think of is separating the footer from the main wrapper, but I couldn't find a way to accomplish that with the limited knowledge I have about wordpress. Here is the first part of css code: body { background: #dddddd url("images/bg_color.png") repeat-x; width: 980px; color: #333333; font-size: 12px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; margin: 0px auto 0px auto; padding: 0px; } #wrap { background: none; width: 960px; margin: 0px auto 0px auto; padding: 0px 0px 0px 0px; position: relative; border: none; } All divisions are wrapped within this wrapper. Here is my website address : http://www.lowerabworkout.us thanks in advance
Hi aquilax, thanks for the tips. Based on your instruction, I managed to get it fixed the way I wanted it. Short but great tips