Hello I am using Canvas slider but the captions are not responsive how can I make the captions all fit into any screen size?
<div class="container clearfix">
<div class="slider-caption slider-caption-center">
<h2 data-animate="fadeInUp">Welcome to Canvas</h2>
<h3 data-animate="fadeInUp">New Delhi Indian Restaurant</h3>
<p data-animate="fadeInUp" data-delay="200">Create just what you need for your Perfect Website. Choose from a wide range of Elements & simply put them on your own Canvas.</p>
<a href="order-online" class="button button-3d button-large button-rounded button-amber">Order Online</a>
</div>
</div>If I use your demo the text is hidden under the next section. How to make all of this fit in regardless.
