View this change as plain text

  • Fixed left column moving left on small resolutions

  • Project: BigBrands
  • Files changed: main.css
  • Attachments: no attachments
  • Change creation date: December 21st, 2009 @ 10:16PM (GMT)
follow project

Fixed an issue where the left (brown) background would move left exposing the nav on small resolutions. New files have been uploaded and will post a note when they have been approved for download.

If you need the file for this fix immediately, feel free to grab the default.css from the live preview as it has been updated.

EDIT Files have been approved for download

Below are the edits made to default.css (if the elemnts already exist, simply add the property):

html, body {height: 100%;}
#wrapper{height:100%;}
.col1{width:350px;float:left;padding-right:20px;padding-top:90px;color:#6f645e;background:#1f1a17;min-height:100%;}
feedback