How to change the width for the col-xs bootstrap?
问题 Hey I find nowhere if I can change the default value of col-xs-12 I tried to put that but I all broken... .col-xs-12 { width: 600px; } If you are a doc where I can find the answer that will be really awesome ! Thx 回答1: Never Change Bootstrap classes if you want to change any col- class simply add one more class on same element and style that class, and your external CSS file should be loaded after bootstrap, so the css file has effect Example: <div class="col-xs-12 my-custom-width"></div>