• hey
    how to get rid of the white bits at the bottom of the page?
    it just goes on and on and i do not want this white in the end when scrolling down….
    just finish the page when the image has been done….
    ?
    also,
    how to take away the ugly frames? i have set border to 0 but still there is something there….====???
    http://www.theuniversalzoo.com/main

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try editing style.css and changing:

    .background {
    background:transparent url(http://www.theuniversalzoo.com/main/main/wp-content/uploads/aboutUZ.jpg) no-repeat right top;
    height:auto;
    margin-top:100px;
    min-height:600px;
    padding:0;
    position:absolute;
    width:900px;
    z-index:10;
    }

    to

    .background {
    background:transparent url(http://www.theuniversalzoo.com/main/main/wp-content/uploads/aboutUZ.jpg) no-repeat right top;
    height:auto;
    margin-top:100px;
    min-height:450px;
    padding:0;
    position:absolute;
    width:900px;
    z-index:10;
    }

    The horizontal scroll bar is being caused by the CSS width for #navigationbar.

    Thread Starter amaeria

    (@amaeria)

    aha, thank u!
    already changed to a clean temlate instead….too much hassle with the pre-installations….
    but thank u very very much

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘constructor?’ is closed to new replies.