jquery - Bootstrap Row Centering Issue -
i using latest bootstrap 3 draft site friend , having issue centering items on page. this:
.center{ width: 90%; margin: 0 auto; }
but having no effect.
what set desktop view this:
item item item item item
and have tablet view this
item item item item item
but result getting items shifting left.
you can check out site here.
firstly, row needs surrounded .container
secondly, achieve that, offsets column?
so i'd this:
.row .col-md-4.text-center //.text-center center text , image within column .col-md-4.text-center .col-md-4.text-center .row .col-md-4.col-md-offset-2.text-center .col-md-4.text-center
Comments
Post a Comment