Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8127433
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T07:31:45+00:00 2026-06-06T07:31:45+00:00

This is my first foray into Twitter Bootstrap. Take a look at this template

  • 0

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!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T07:31:46+00:00Added an answer on June 6, 2026 at 7:31 am

    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…

    <html>
    <head>
        <title></title>
        <link href="css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css" />
        <script src="js/jquery-1.7.2.min.js" type="text/javascript"></script>
        <script src="js/bootstrap.min.js" type="text/javascript"></script>
    </head>
    <body>
            <div class="container">
                <div class="row">
                    <div class="span4">
                        <h4>Column 1</h4>
                        <div class="container-fluid">
                            <div class="row-fluid">
                                <div class="span6">
                                    <ul>
                                        <li>Item 1</li>
                                        <li>Item 2</li>
                                        <li>Item 3</li>
                                    </ul>
                                </div>
                                <div class="span6">
                                    <ul>
                                        <li>Item 4</li>
                                        <li>Item 5</li>
                                        <li>Item 6</li>
                                    </ul>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="span4">
                        <h4>Column 2</h4>
                    </div>
                    <div class="span4">
                        <h4>Column 3</h4>
                    </div>
                </div>
            </div>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

http://jsfiddle.net/nf8NM/3/ This is my first foray into Backbone and I am simply trying to
Take a look at this screenshoot first: That white box is ON the orange
Please take a look at this screenshot first: I would like to move the
This is my first foray into designing two versions of images for retina or
I've worked with CakePHP 1.3, but this is my first foray into CakePHP 2.0
This is my first foray into using an MVC construct (CodeIgniter). I'm hoping someone
This is my first foray into the world of Objective-c images and I immediately
This is my first foray into shell scripting so if i'm asking a very
I'm not a newb to JavaScript but this is my first foray into Acrobat
I'm not an expert on this, this is my first foray into creating a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.