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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T01:50:21+00:00 2026-06-02T01:50:21+00:00

When using responsive design, is there a way to still allow a user to

  • 0

When using responsive design, is there a way to still allow a user to view the full site?

E.g. They are viewing on an iPhone, but want to see the full site. They click a “Full Site” link, and it shows them the 1024px version.

  • 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-02T01:50:23+00:00Added an answer on June 2, 2026 at 1:50 am

    If you’re using media queries, only apply rules beneath a body element having the class ‘responsive’.

    @media screen and (max-width: 320px) {
      body.responsive {
        color: blue;
      }
    }
    

    If the user doesn’t want to view the responsive layout, simply remove the ‘responsive’ class from the body element, nullifying all rules. You could persist the users preference by cookie or some other method as well.

    Demo: http://jsbin.com/obaquq/edit#javascript,html

    Reducing the window to no more than 500px will turn the text white, and the background blue. This is conditional on the body having the ‘responsive’ class. Clicking the first paragraph will toggle this class, and thus toggle the effects of the media query itself.

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

Sidebar

Related Questions

I'm writing a simple web page using responsive web design, so CSS3 media queries
I understand there are a variety of ways to design web applications using java-ee,
So, I'm using the 1140px css grid . It's a responsive css grid design
I'm trying to implement a responsive design on my website and I'm getting a
I design an objected oriented application using C# with database back end, for some
I have developed web applications using JSF (myfaces components). But in these days of
Scenario: I am using Silverlight 3.0 as client for a web service. Design: The
I'm working on a responsive design where the logo needs to be positioned top/center
I have to design and implement a way to deal with long running processes
I am looking for some good information on the best way for a design

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.