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!

CommentFileSizeAuthor
#2 imasadasd.jpeg7.39 KBranwangran

Comments

kevinfunk’s picture

I'm having the same issue. Any news?

ranwangran’s picture

StatusFileSize
new7.39 KB

Count 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

ecoluke’s picture

I 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.

technikh’s picture

awesome. thanks ecoluke
height:inherit !important worked for me