Closed (fixed)
Project:
Acquia Slate
Version:
6.x-1.4
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Nov 2009 at 20:35 UTC
Updated:
1 Mar 2010 at 22:39 UTC
Jump to comment: Most recent file
Comments
Comment #1
BiggerBang commentedComment #2
BiggerBang commentedAny ideas? Anyone?
Comment #3
shutslar commentedThe problem looks like it is in the
In your local.css create an over-riding css:
#header-wrapper .clearfix {
background-color: #292929; /* or whatever your pages background color is */
}
If that doesn't do it for you, you might try this css override instead:
#header-wrapper .clearfix {
display: none;
}
If that doesn't do it for you, you might try this css override instead:
#header-wrapper .clearfix {
content: "";
}
Comment #4
jeremycaldwell commentedLooks like it's working correctly for you now. Seems to be an issue with your content and not necessarily the theme. Thanks for providing some help shutslar.
Comment #6
arkiii commentedThis is still an outstanding issue. We are using Firefox and Safari and seeing the same behavior in both browsers. The footer area is black and growing as content does. We have tried the above CSS fix - but with no joy. Any information on fixes to this - or the kinds of content which would cause this issue would be greatly appreciated. A screenshot is attached. Thanks!
Comment #7
arkiii commentedWe seem to have resolved the issue by hand-tweaking the style.css for the footer. We suspect that the Kaltura .css file overwrote the style.css file and caused this problem. Others having difficulty might see if restoring the #292929 color to line 33 of the style.css file fixes the issue for them.
Thanks.