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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T05:39:39+00:00 2026-06-07T05:39:39+00:00

If you look at: http://twitter.github.com/bootstrap/scaffolding.html#responsive they have categories for nearly every device. I’d like

  • 0

If you look at: http://twitter.github.com/bootstrap/scaffolding.html#responsive they have categories for nearly every device. I’d like to eliminate the last support device entry:

Large display   1200px and up   70px    30px

I’m a backend programmer, not a designer, so my css knowledge is limited. Can someone point me to the files I would need to modify in order to get rid of support for large display?

Thanks!

(PS if anyone is wondering why I would do this, it’s corporate standard blah blah blah 1024px blah blah.)

  • 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-07T05:39:40+00:00Added an answer on June 7, 2026 at 5:39 am

    Ok this wasn’t that hard, starting on line 437 of bootstrap-responsive.css, remove this entire section:

    @media (min-width: 1200px) {
    ...
    }
    

    Now just change this one line

    @media (max-width: 979px) {
    

    to this:

    @media (min-width: 1200px) {
    

    easy hack!

    EDIT better explanation:

    If you look at bootstrap-responsive.css, and you look at all the crap except the “Media Queries” you’d be left with basically the following outline:

    /* Landscape phones and down */
      @media (max-width: 480px) { ... }
    
      /* Landscape phone to portrait tablet */
      @media (max-width: 767px) { ... }
    
      /* Portrait tablet to landscape and desktop */
      @media (min-width: 768px) and (max-width: 979px) { ... }
    
      /* Desktop */
      @media (max-width: 979px) { ... }
    
      /* Large desktop */
      @media (min-width: 1200px) { ... }
    

    See how it gradually scales up? What I did is remove the last section, then changed the 2nd to last to take it’s place.

    EDIT:

    BTW, if you use the boostrap customization wizard, you can do this on their GUI by unselecting large monitor support.

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

Sidebar

Related Questions

I want to have my site urls look like http://example.com/place/info?var=info&morevars=ifneeded Place and info are
take look at this: http://www.templatemonster.com/demo/35403.html In this template you can click on the image
I have an existing regex: /^http:\/\/twitter\.com\/(\w+)\/status(es)*\/(\d+)$/ that I use for determining if a URL
http://twitter.com/codinghorror http://twitter.com/login These both look like twitter accounts but the second one is not.
If you take a look at: http://www.bendemeerwoolshed.co.nz I have a fixed header. All fine
I read carefully the good UI practice from the Google Dev Blog; http://android-developers.blogspot.com/2010/05/twitter-for-android-closer-look-at.html and
Jnunemaker just updated his twitter gem (https://github.com/jnunemaker/twitter) and removed the Twitter::Oauth class. My code
I've tried a couple of ways ( http://emmense.com/php-twitter/ and http://www.webmaster-source.com/2009/04/05/post-to-twitter-from-a-php-script/ ) to post updates
(A while back I read this great post: http://aaronlongwell.com/2009/06/the-ruby-on-rails-cms-dilemma.html , discussing the Rails CMS
I'm starting to use Bootstrap from Twitter and needed to add an HTML Select

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.