If I view the page in IE or firefox, when rendered in portrait mode on my tablet, most of the page looks ok as I scroll to the right to get to my second block set and extra tabs, however the footer background does not go past 768 px, it just turns white as I scroll right. The content is there, however. Doesn't happen in portrait mode.

Looks funny.

Other than that, this theme is bar none my favorite. Mad props.

Ruben

Comments

Gurpartap Singh’s picture

Status: Active » Fixed
.FooterContain {
  width: 950px; /* set min-width for IE */
  min-width: 100%; /* sets min-width value for all standards-compliant browsers */
  .............
}

Replace the width attribute and value for .FooterContain in style.css with the above two attributes, and their corresponding values. Tested to work in IE7. Will be committing this soon.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.