Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Customizing bootstrap

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #40643
    amyth91
    Participant

    how do i customize bootstrap to have a maximun width of 960px instead of 1170px ?

    #113473
    Paulie_D
    Member

    You would have to find the relevant line(s) in the CSS and change them to the required values.

    #113474
    amyth91
    Participant

    i tried but then other span classes have different values, can i not go to customize page of bootstrap and input these values or use scss to do the same and generate css for me ? like you can do in foundation ?

    #113476
    Paulie_D
    Member

    Nope but you could remove the values that relate to the media query for sizes over 980px.

    http://twitter.github.com/bootstrap/scaffolding.html#responsive

    #113508
    amyth91
    Participant

    thanks ! that is a good idea :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.