I am using a child theme of the Omega theme (in case that matters) and my accordions like to drop below the content area and into my footer on expand. Any ideas on how to prevent this?
Thanks in advance!
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | imasadasd.jpeg | 7.39 KB | ranwangran |
Comments
Comment #1
kevinfunkI'm having the same issue. Any news?
Comment #2
ranwangran commentedCount me in!
The window just bounce from the foot, I want it drop down every time from the title, so users can continue to read
Thanks
Comment #3
ecoluke commentedI had this on my site and it was caused by an inline style on a #region-content div which contained the accordion:
When the accordions are opened that set pixel height value was not changing for me (unless I manually resized the window). This caused the accordions to expand out below the footer.
So I set a CSS rule of "height:inherit !important" on that region-content div and the problem was fixed for me.
Comment #4
technikh commentedawesome. thanks ecoluke
height:inherit !importantworked for me