Archived topic
css for z-index of footer
3 replies · Started by Tim on December 1, 2016
Hello,
I am using generatepress and beaver builder
I have an accordion at the bottom of my page when I expanded it, it hides behind the site footer
I have tried with firebug to set the z-index of the footer so that this would not happen but am having no luck
You can see the problem here:
http://aaa.greaterthanthesum.com/
Thanks
This is actually an issue with the masonry script you're using + the accordion. The accordion needs to tell the masonry script to re-calculate when clicked. Not sure if they're from the same developer, but if so they should make that connection to avoid this issue.
For now as a rough "hack", you could do this:
.uabb-blog-posts {
overflow: visible;
}
Thank you!
You're welcome :)