Currently I am trying to edit a style that my inactive graphic designer made for me in the past and I have run into an issue.
What I am attempting to do is have the first wrap all solid white and the second wrap parameter with a background image. But when the second wrap is like this:
It pushes the forumlist down!

But if the second wrap code is like this:
The forumlist hasn't pushed down... but the image ends getting cut off

I can post the entirety of colours.css and common.css, but I'm at a loss of how to fix this.
What I am attempting to do is have the first wrap all solid white and the second wrap parameter with a background image. But when the second wrap is like this:
Code:
#wrap2{
padding: 0 10px 490px;
min-width: 650px;
width: 1100px;
margin: 0 auto;
background-image: url("{T_THEME_PATH}/images/InnerBG.png");
background-size: 1119px 490px;
background-color:transparent;
background-repeat:no-repeat;
background-position:0 300px;
}
It pushes the forumlist down!

But if the second wrap code is like this:
Code:
#wrap2{
padding: 0 10px;
min-width: 650px;
width: 1100px;
margin: 0 auto;
background-image: url("{T_THEME_PATH}/images/InnerBG.png");
background-size: 1119px 490px;
background-color:transparent;
background-repeat:no-repeat;
background-position:0 300px;
}

I can post the entirety of colours.css and common.css, but I'm at a loss of how to fix this.








