javascript - Ascensor plugin div between section -
i using ascensor plugin website. have this
<section>section 1</section> <section>section 2</section>
what trying put div between sections, ascensor takes height , width of screen , stretches section based on screen causes div not appear. did create:
<section>section 1</section> <section class="slicer" style="height:400px !important;">slicer</section> <section>section 2</section>
it worked have space between section , slicer. ideas on how rid of space??