How to fix bg image on page node

Diana

Active member
For some reason the bg image is off on my landing page. I'm using a page node. The image only appears at the top and the bottom of the page. It should also appear on the sides framing the content.

I tried the solution Jake offered in post #7 on this thread, but it doesn't work for my purposes. I would have posted my question there but I don't have access:

http://xenforo.com/community/threads/set-different-body-background-for-each-forum-css.24511/

I used this code in EXTRA.css:

Code:
body.node81 .nodeList.sectionMain
{
    background: #f8fce8 url ('bell/img/main-bg.png') repeat top;
}
 
Top Bottom