ui-carousel
ui-carousel copied to clipboard
Location of slides are pulled to the left
Hey mihnsen,
I was playing with ui-carousel and noticed that my slides were not evenly distributed across the container, any idea what could cause this?
there is also a little bit of the next slide sticking out, but I suspect this will disappear when the slides are shifted
i had the same problem, just wrap the content on a div and add styles for that div
<carousel-item>
<div class="text-center">
<img ng-src="{{ item.imagenUrl }}" alt="{{ item.nombre }}" style="max-height:100px;" />
<h3> {{ item.name }} </h3>
<p> {{ item.description }} </h3>
</div>
</carousel-item>
@dengue8830 does .text-center have margin: auto?
@seanmalter no, its only text-align: center;