Jump to content

Site stretching


Allan

Recommended Posts

  • Administrators

Just looking quickly I would guess it is probably coming from your settings for height in your wrapper div

#wrapper #body #left {
height: 1500px;
width: 200px;
float: left;
}
#wrapper #body #right {
width: 750px;
float: right;
height: 1500px;
}

I would just remove it, you may have to create a div to clear the previous before your footer but then it will adapt to the length needed for each page.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...