How to correct overlapping accordion on footer
问题 I'm new to jQuery. I'm using Accordion. When I click on the accordion it overlaps on the footer. How can I avoid it Below is the code for the footer - <footer> <div class="row footer_class"> <div class="container"> <div class="col-lg-8 font_color">Copyright © 2013</div> <div class="col-lg-2 pull-right font_color">Powered by Test</div> </div> </div> </footer> Below is the picture of how accordion overlaps the footer. I don't want it to overlap the footer but the footer should move down below