Twitter’s Bootstrap framework has a default 1170px width when using their responsive layout. Maybe you find that a bit wide for your site. Here’s an easy way to remove that width and allow it to fall back to the standard 940px width. Look in the responsive CSS file and comment out the following section:
1 2 3 |
@media (min-width: 1200px) { |
If the default 940px layout is too narrow you can always go to Bootstrap’s Customizer page to configure and download a custom build of Bootstrap to meet your needs.
Leave a Reply