Title: constructor?
Last modified: August 19, 2016

---

# constructor?

 *  [amaeria](https://wordpress.org/support/users/amaeria/)
 * (@amaeria)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/constructor/)
 * 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](http://www.theuniversalzoo.com/main)

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/constructor/#post-1267016)
 * 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](https://wordpress.org/support/users/amaeria/)
 * (@amaeria)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/constructor/#post-1267148)
 * 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.

 * 2 replies
 * 2 participants
 * Last reply from: [amaeria](https://wordpress.org/support/users/amaeria/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/constructor/#post-1267148)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
