Link to home
Start Free TrialLog in
Avatar of Ernesto
ErnestoFlag for Mexico

asked on

try to implementing a carrousel but i need to fit to the original image

Oh men!
im trying to implement a carrousel, its done but i need to move the carrousel images to the right in order to fit the original image.

my carrousel code is this
    <div class="container">
        
        <div id="myCarousel" class="carousel slide" data-ride="carousel">
            <!-- Indicators -->
            <ol class="carousel-indicators">
                <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
                <li data-target="#myCarousel" data-slide-to="1"></li>
                <li data-target="#myCarousel" data-slide-to="2"></li>
            </ol>

            <!-- Wrapper for slides -->
          
                <div class="carousel-inner">
                    <div class="item active">
                        <img src="Images/biking.jpg" alt="" >
                    </div>

                    <div class="item">
                        <img src="Images/biking.jpg" alt="" >
                    </div>

                    <div class="item">
                        <img src="Images/biking.jpg" alt="" >
                    </div>
                </div>

                <!-- Left and right controls -->

            </div>
    </div>

Open in new window


The carrousel is the top, the original image is the above i need to align the carrousel images to the one that is behind
please you guys!!!
regards
align.png
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Can you post the link to your site. The image helps us see what  you see, but not any other issues. Or you can us jsfiddle, codepen or some other playground.
Avatar of Ernesto

ASKER

i just need to start to moving the image, and see the behivior for do what i need,
how to move the carrousele images to the right
just that
regards!
ASKER CERTIFIED SOLUTION
Avatar of Ernesto
Ernesto
Flag of Mexico image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ernesto

ASKER

thats it