Closed (works as designed)
Project:
Omega
Version:
7.x-3.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2012 at 12:04 UTC
Updated:
26 Nov 2013 at 15:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Kendall Totten commentedCan you please include screen shots of both the site and also of what you're seeing in Firebug or Web Inspector? This sounds like either a CSS bug (not directly related to Omega) or perhaps you have the equal heights script enabled for the footer region(s).
If you are looking to push down the footer to the bottom of the page, try implementing a sticky footer method: http://ryanfait.com/sticky-footer/
Comment #2
SunRhythms commentedIts been on every new install of Omega.... Its nothing new I'm not the only one experiencing it... I put a min-height on my content zone and it goes away. Just would be nice to not have to do that since I have to do it for all relative supported screen sizes.
Comment #3
athyamvidyasagar commentedBy adding this css code we can fix the footer at the bottom of the window for all screens/resolutions.
Comment #3.0
athyamvidyasagar commentedidea
Comment #4
prabhatjn commentedathyamvidyasagar: sorry that did not work, it made other content flow over/under it.
Thanks,
P.
Comment #5
Kendall Totten commentedSo the issue is not with the theme, it's just that you have a small amount of content and a large monitor. There are various methods out there for creating a "sticky footer" if you prefer to have the footer always at the bottom of the page. Just be aware that you should only implement a sticky footer solution on desktop size screens.
http://ryanfait.com/sticky-footer/
http://www.cssstickyfooter.com/