Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save liangzan/2225036 to your computer and use it in GitHub Desktop.
Save liangzan/2225036 to your computer and use it in GitHub Desktop.
sets the max width of twitter bootstrap's responsive layout to 980
.container-fluid {
max-width: 980px;
margin: 0 auto;
}
@vineet1982
Copy link

can we define our width in bootsatrp.................like left:120px and right 980 where it exit . in sapn12 to sapn1.

if we can modify css width..than how.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment