• I got a new background and added it to my site. Replaced the bg.jpg file under themes/images with the new image and called it bg.jpg. The problem is the bottom half of my site still looks like the old one.

    Any idea – https://www.callatonic.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • ‘body {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#0D0D0D url(images/bg.jpg) repeat-x scroll center top;
    color:#FFFFFF;
    font-family:Verdana,Arial,Tahoma;
    font-size:12px;
    margin:0 auto 10px;
    padding:0;’

    In your style.css, replace the:
    background:#0D0D0D url(images/bg.jpg) repeat-x scroll center top;
    with:
    background:#0D0D0D url(images/bg.jpg) repeat-y scroll center top;

    should fix it.

    Thread Starter commonforte

    (@commonforte)

    thanks….worked like a charm.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background help’ is closed to new replies.