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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -