Forums

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

Home Forums CSS [Solved] Bootstrap Question – Span's

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #152059
    Jtwa11
    Participant

    I have three span4’s. They take up 1/3 of the line, but when I shrink the screen or switch to iphone size. I want them to take up the entire row. So I want them to become span12’s?

    Is that possible?

    #152062
    Paulie_D
    Member

    Yes.

    Please look into media queries.

    These should already be built into Bootstrap

    #152797
    StartBootstrap
    Participant

    If you do ever update to Bootstrap 3 they stopped using “spans” and start using “cols” instead. Here is the documentation for their grid system: http://getbootstrap.com/css/#grid. Make sure to read up on it if you plan on moving to Bootstrap 3.

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