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
Post a Comment