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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T23:56:16+00:00 2026-05-27T23:56:16+00:00

I’m modifying someone else’s css and I try to make the page responsive with

  • 0

I’m modifying someone else’s css and I try to make the page responsive with implementing @media query.
I implemented:

@media screen and (max-width: 1300px),
screen and (max-width: 1024px) {}

@media only screen and (max-width: 860px) {}

which works fine, but when I implement
@media screen and (max-width: 600px){} it seems it’s not working.

OR – on chrome and opera seems to work quite ok, but not on FF: on FF the page is cutted at the right end, no scroller and I really don’t know why. It doesn’t change even if I use positon:relative, I checke – I don’t have any of ‘overflow:hidden’.

And the other thing – for media query it is suggested to use min-width – but if I use min-width, then only the lowest (for example min-width:600) is applied.

I think I missed something here … any suggestions? I would really appreciated them .. as I’m very keen on responsive web design.

  • 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-27T23:56:17+00:00Added an answer on May 27, 2026 at 11:56 pm

    This is a clean way to test if your @media queries are working or not:

    body {
        background-color:black;
    }
    
    @media screen and (min-width: 1024px) and (max-width: 1300px) {
        body {
            background-color:red;
        }
    }
    
    @media screen and (max-width:860px) {
        body {
            background-color:yellow;
        }
    }
    
    @media screen and (max-width: 600px) {
        body {
            background-color:orange;
        }
    }
    

    Your background should be black by default, red if if the min-width of your screen is 1024 pixels, yellow if it falls below 860px, and orange if it falls down to 600px.

    So make sure that there are no conflicting media queries in your stylesheet.

    http://jsfiddle.net/crUVv/show/

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

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
Basically, what I'm trying to create is a page of div tags, each has
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm making a simple page using Google Maps API 3. My first. One marker
I have just tried to save a simple *.rtf file with some websites and
I want to count how many characters a certain string has in PHP, but
I would like to count the length of a string with PHP. The string
For some reason, after submitting a string like this Jack’s Spindle from a text

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.