Zurb Foundation 5 accordion not pushing content below down -


i using foundation 5 , trying include menu inside of accordion. when accordion clicked , expands works fine rather pushing below content down when opened, opens on background of below content, under content of below content.

i have tried change z-index of accordion 0 not help. have added clearfix class no avail.

can seen here

any or suggestions appreciated.

thanks, pete

the error in line:

 <div class="large-3 medium-4 columns hide-for-small sidebar-wrap" data-equalizer-watch="" style="height: 228px;"> 

you've set fixed heigth container. since @ max height, can't expand further down.

remove style="height: 228px;" , gets pushed down. if need fixed height, content doesn't snap , down everytime user clicks on accordion set height: 402px;. thats value chrome tells me 4 elements, 1 expanded.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -