Jump to content

A little help…


sbentzen

Recommended Posts

I am having a bit of trouble with my website, the content area has a background box as to make it visible, but the box isn't form fitting to the content area and it is going all the way off to the left hand side the code will be included. if you could tell me what i'm doing wrong, and/or help me fix it i would be happy. thankspicture1ro1.th.pnghttp://www.savefile.com/files/1750158 the archive of the website

Link to comment
Share on other sites

You have a max-width set on that div. Try this:

#maincontent{	width: auto;/*	max-width: 900px;	min-width: 200px;	*/}

The comments eliminate the width settings for the Div. Let us know if that is any better.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...