jquery - Bootstrap carousel does not display images on the same line -


i developing carousel bootstrap, , aim have 5 images shown , every time slides, advances of 1.

the issue having @ moment, elements not aligned

here can find complete code

someone know how fix issue , put elements on same line? in advance replies!

i think need remove margin on this:

<div class="col-xs-2" style="margin-right: 15%"> 

so, it's just:

<div class="col-xs-2"> 

as bootstrap adds own margins overwriting?


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -