Camera Obscura Footer Issue Patched
Wednesday, April 16, 2008 at 08:32PM |
K. Heide 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


