dimanche 8 janvier 2017

Web development slider issue

How can i add two carousel slider in a single row? Is it possible to add two sliders in a single row? like i want to do this the white section on the left side i want to add another carousel the issue is this slider add to the bottom of first slider so i want add very nex to it any solution please.

Image

<div class="container-fluid" >
    <div class="row">
        <!-- Carousel -->
      <div id="position-setter">
        <div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
            <!-- Indicators -->
            <ol class="carousel-indicators" id="abc">
                <li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
                <li data-target="#carousel-example-generic" data-slide-to="1"></li>
                <li data-target="#carousel-example-generic" data-slide-to="2"></li>
            <li data-target="#carousel-example-generic" data-slide-to="3"></li>
            </ol>
            <!-- Wrapper for slides -->
            <div class="carousel-inner">
                <div class="item active">
                    <img src="img/first.jpg" alt="First slide" >
                      <!-- Static Header -->
                      <div class="header-text hidden-xs">
                          <div class="col-md-12 text-center">
                              <h2>
                                <span>Welcome to <strong>Ali Institute of Education</strong></span>
                              </h2>
                              <br>
                              <h3>
                                <span>Apply for Admission.</span>
                              </h3>
                              <br>
                              <div class="text-center">
                                    <span class="glyphicon glyphicon-chevron-right"></span>  <a class="btn btn-theme btn-sm btn-min-block" href="#">Apply</a> <span class="glyphicon glyphicon-chevron-left"></span></div>
                          </div>
                      </div><!-- /header-text -->
                </div>
                <div class="item">
                    <img src="img/second.jpg" alt="Second slide">
                    <!-- Static Header -->

                </div>
                <div class="item">
                    <img src="img/Third.jpg" alt="Third slide">
                    <!-- Static Header -->

                      <!-- /header-text -->
                </div>
            <div class="item">
                    <img src="img/Forth.jpg" alt="Third slide">
                    <!-- Static Header -->

                      <!-- /header-text -->
                </div>


            </div>
            <!-- Controls -->
            <a class="left carousel-control" href="#carousel-example-generic" data-slide="prev">
                <span class="glyphicon glyphicon-chevron-left"></span>
            </a>
            <a class="right carousel-control" href="#carousel-example-generic" data-slide="next">
                <span class="glyphicon glyphicon-chevron-right"></span>
            </a>
        </div><!-- /carousel -->

    </div>



    </div>
    </div>



  </div>




Aucun commentaire:

Enregistrer un commentaire