Jump to content

Recommended Posts

Posted

Any idea why my site is stretching way down, is there a way to add some code to auto stretch as need

www.usaflight club to see what I mean

Regards,

Allan

  • Administrators
Posted

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.

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...