This is where we post updates related to feature releases, scheduled maintenance, and more. Content from this blog is syndicated directly to your website manager overview.

Search
« The Great Outdoors Layout Released | Main | IE6 Support Discontinuation (Manager Interface) »
Wednesday
16Apr2008

Camera Obscura Footer Issue Patched

A CSS issue has been corrected in the Camera Obscura layout that caused the footer to overlap the sidebar on sites with a large amount of sidebar content.

If you are using the Camera Obscura layout and one of our default styles, you don’t need to do anything. This has been corrected system wide.

If you are using a custom layout based on Camera Obscura, a custom style in Camera Obscura, and are experiencing this overlap on your site, apply this correction as follows:

  • Navigate to ‘Structure & Style > Appearance > Customize > Custom CSS’
  • Locate this:
    #pageFooterWrapper { width: 100%; clear: both; }
    #pageFooter { width: $(220+40+MainColumnWidth)$; margin: 0 auto 0 auto; }
  • Replace it with this:
    #pageFooterWrapper { width: $(220+40+MainColumnWidth)$; clear: both; margin: 0 auto; }
    #pageFooter { width: $MainColumnWidth$; float: right; }

  • Save your changes

PrintView Printer Friendly Version

EmailEmail Article to Friend