I have a menu set to max width and expand/collapse toggle. I use jquery toggle for this. But the transition that I used isn't working.
 .campervan-info-list {
   transition: height 1s ease;
 }
and I tried with jquery slide toggle slow. But it applies whole div.
What am I missing here?
 
     
     
    