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

  • SEARCH
  • Home
  • 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 7530227
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T04:51:10+00:00 2026-05-30T04:51:10+00:00

Twitter’s Bootstrap 2 finally added native responsive design. However, by default when the browser

  • 0

Twitter’s Bootstrap 2 finally added native responsive design. However, by default when the browser width is below a min width, it places the sidebar on top. I can see how this would work for many sites, but I actually want the sidebar at the bottom on small width layouts.

I’m brand new to Twitter Bootstrap and tried to figure out what part of the CSS in bootstrap-response.css, but I didn’t see anything in the section for @media (max-width: 480px).

I looked at the Bootstrap documentation for the responsive design and there isn’t much detail on it.

Would love some pointers…

  • 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-05-30T04:51:12+00:00Added an answer on May 30, 2026 at 4:51 am

    You can achieve this effect by flipping the containers for the sidebar and content area and just floating them the way you want to. This can be done cleanly without messing around too much with the bootstrap stylesheet by assigning your own ids to the sidebar and content area and doing something like this:

    CSS

    .sidebar-nav {
        padding: 9px 0;
        width:100%;
    }
    
    #sidebar {
        float:left;
        margin-left:0;
    }
    
    #content {
        float:right !important;
        margin-left:auto;
    }
    
    @media (max-width: 767px) {
        #sidebar {
            display: inline-block;
            margin-top: 20px;
            width: 100%;
        }
    
        #content {
            float:none !important;
            margin-left:0;
        }
    }
    

    Then all you have to do is flip the container divs like so:

    <div id="content" class="span9"> ... </div> /* item you want up top first */
    <div id="sidebar" class="span3"> ... </div> /* last item to be rendered below */
    

    Demo: http://jsfiddle.net/andresilich/YEUwN/1/show/
    Edit here: http://jsfiddle.net/andresilich/YEUwN/1/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The Twitter Bootstrap 2.0-wip branch on GitHub includes a new responsive layout system. It's
Twitter Bootstrap http://twitter.github.com/bootstrap/javascript.html#dropdown has a dropdown.js library (at http://twitter.github.com/bootstrap/1.4.0/bootstrap-dropdown.js )that will change the dropdown
Twitter Bootstrap is a cool stylesheet toolkit by Twitter based on LESS. I don't
Twitter lists the PHP Libraries below on their developer site. I'm working my way
In twitter bootstrap js tabs i have to add a class active to a
Twitter has released a GUI framework/library called Bootstrap. Twitter Bootstrap is good quality, nice-looking,
The Twitter Bootstrap library now has Javascript plugins available, and one of them is
Twitter seems to be using an <i/> tag to display their icons from a
https://twitter.com/sessions?authenticity_token=b1b43178e09c1e6ccec1b3183f1f139f39643aaf&session%5Busername_or_email%5D=ddddd&session%5Bpassword%5D=rrrrr&q=&site_action=https%3A%2F%2Ftwitter.com%2Fsessions&serialized_string=Hello why is this url throwing a java.net.MalformedURLException ??
I am consuming the Twitter API and want to convert all URLs to hyperlinks.

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.