Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter roscoedk

    (@roscoedk)

    Thanks, you got me on the right track and it solved the probem.

    I modified the header.phh;

    from:
    <?php } else { // No sidebar ?>
    #page { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbgwide.jpg”) repeat-y top; border: none; }
    <?php } ?>

    to

    <?php } else { // No sidebar ?>
    #page { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbg.jpg”) repeat-y top; border: none; }
    <?php } ?>

    Thanks again.

Viewing 1 replies (of 1 total)