This is my first foray into Twitter Bootstrap. Take a look at this template here:
http://twitter.github.com/bootstrap/examples/hero.html
Underneath one of the headings, I’d like to break a long ul into two columns:
*item1 *item4
*item2 *item5
*item3 *item6
It can be two separate <ul>s in the code, it just needs to look like two bulleted columns next to each other.
Can someone recommend a method to me? My problem so far is keeping it responsive to screen size so on narrows screens the two separate lists somewhat stack on each other again.
Thanks!
I would use a fluid grid system inside the span4 div tag. Check out the fluid grid system here…
http://getbootstrap.com/css/#grid
Using this method, the lists will stack on each other again when the screen is small.
Here’s an example…