Bootstrap Responsive issue for 1024x768 resolution

i design my site using bootstrap its good on small devices but disturb on 1024x768 resolution or greater here is my site link
http://jeapro.com/electronics

I’m not really into Bootstrap, so could be wrong, but from what I can tell you have the wrong structure in your row. A row should have a total of 12 columns defined in its children. You have a row where the first child <div class="col-md-12 bread-crums no-padding"> has 12 cols, that is a row itself, but it then had more children, with more cols. They should start in a new row.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.