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 8243761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T21:37:26+00:00 2026-06-07T21:37:26+00:00

I am trying to make this layout with Twitter Bootstrap (only the boxes) :

  • 0

I am trying to make this layout with Twitter Bootstrap (only the boxes) :

enter image description here

Basically, it is a youtube embedded video and two equal size boxes to its right.

I have this right now (haml) :

.row
  .span8
    / embedded code
  .span4
    / I need to put two boxes here... how?
  • 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-07T21:37:27+00:00Added an answer on June 7, 2026 at 9:37 pm

    You can stack the .span* blocks inside a .row-fluid container which you can then nest inside another span* block to create the effect you’re looking for. Try this for example:

    HTML

    <div class="container-fluid">
        <div class="row-fluid">
            <div class="span9">
                <div class="big box">
                    box
                </div>
            </div>
            <div class="span3">
                <div class="row-fluid">
                    <div class="span3">
                        <div class="box">
                            box
                        </div>
                    </div>
                    <div class="span3">
                        <div class="box">
                            box
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    

    Notice how i nested the two side blocks one on top of each other contained within a .row-fluid container inside a another .span* block t stack them up.

    Now with a little CSS you we can stretch the stacked .span* blocks to the width of the parent block to create a column:

    CSS

    .row-fluid [class*="span"] .row-fluid [class*="span"] {
        margin-left: 0;
        width: 100%;
    }
    

    Demo: http://jsfiddle.net/k27S5/show/

    Don’t know much of HAML but after taking a look at the documentation the setup should look something like this:

    HAML

    .container-fluid
      .row-fluid
        .span9
          content
        .span3
          .row-fluid
            .span3
              content
            .span3
              content
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to make this landscape only iphone app. I only use this
I've been trying to make this calendar_date_picker to work for more than two days,
Im trying to make this layout look better. Everything was find until I added
I am trying to make a simple layout like this: --------- - - -
I'm trying to make the layout of a checklist, which has this type of
I've been trying to make this layout for weeks now but i just cant
I am trying to make a border around my layout like this But what
I'm trying to make this fragment work: Version History --------------- These are the versions
I have been trying to make this to be a little jQuery plugin that
I'm trying to make this code generic: public final Object unwrap(Class arg0) { throw

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.