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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T18:22:28+00:00 2026-06-15T18:22:28+00:00

I have a responsive layout using Twitter Bootstrap with two columns. div #charts shows

  • 0

I have a responsive layout using Twitter Bootstrap with two columns.

  • div #charts shows some charting
  • div #grid shows a table with text

Problem: On smaller devices (e.g. Ipad, Iphone) the table gets very small and very long (due to word wrap).

Question: Can I force the grid-div to be shown BELOW the chart-div on small devices?

<div class="container-fluid">
    <div class="row-fluid">
        <div class="span8" id="charts">
             some charting
        </div>
        <div class="span4" id="grid">
             table with pager
        </div>
    </div>
</div>
  • 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-15T18:22:29+00:00Added an answer on June 15, 2026 at 6:22 pm

    this is what media queries are for. Determine your breakpoint and apply the proper styles:

    /* change the max-width to the width when your table becomes unreadible i.e. 1024px or 768px */
    @media screen and (max-width: 1024px){
        #charts, #grid{
            width:100%;
        }
    }
    

    This is how Bootstrap does it in bootstrap-responsive.css.

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

Sidebar

Related Questions

I'm wondering if is possible to have a responsive layout without using CSS3. Are
I have a Bootstrap layout but I need it to be responsive and not
Im using twitter-bootstrap in my rails app i was following this tutorial : http://untame.net/2012/08/twitter-bootstrap-build-a-stunning-two-column-blog/
I'm using Twitter Bootstrap to create a layout on PhoneGap. The with is 768px;
I have a responsive layout and I've created a fading panels animated element with
I have a 3 column layout, and am trying to make it more responsive
I am trying to build a responsive email template but have run into some
I'm using Twitter Bootstrap 2.0.1 in a Rails 3.1.2 project, implemented with bootstrap-sass. I'm
I have a responsive site that I'm developing where I'm using a image slider
I'm having difficulty using two django crispy forms simultaneously. I have one form to

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.