3 bootstrap speakers

Asked

Viewed 263 times

1

I have this HTML code in Bootstrap

<div class="col-xs-12 col-sm-4 col-md-2 cloneditem-1">
<button data-rel="uploads/pro-GLD6014.jpg"><img src="uploads/gld6014.jpg" class="img-responsive"></button>
</div>

There it is with 6 columns, as I will make to stay with 3 columns?

1 answer

0

Try changing your code to

<div class="col-xs-12 col-sm-4 col-md-4 cloneditem-1">
<button data-rel="uploads/pro-GLD6014.jpg"><img src="uploads/gld6014.jpg" class="img-responsive"></button>
</div>
  • did not go carrosel, the images went like this [IMG]http://i66.tinypic.com/2uqbp8l.jpg[/IMG]

  • So it didn’t work out It didn’t get chaotic

Browser other questions tagged

You are not signed in. Login or sign up in order to post.