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??


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -