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

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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:34:12+00:00 2026-06-13T14:34:12+00:00

I want some CSS code to target both iPad and desktop with max-width: 768.

  • 0

I want some CSS code to target both iPad and desktop with max-width: 768.

This (I don’t know why, would be glad to know) doesn’t work for the iPad (only desktop):

@media only screen and (max-width: 768px)

so I had to to this for the iPad:

@media only screen and (device-width: 768px)

However, I have the exact same code inside both media queries, and that I cannot accept.

I tried this also:

@media only screen and (max-width: 767px) or (device-width: 768px)

This one above doesn’t work either – it actually works for the desktop, no matter what width, and not on iPad. Really strange.

How to target both iPad and desktop with same media query?

  • 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-13T14:34:15+00:00Added an answer on June 13, 2026 at 2:34 pm

    You can use a comma to include two different rules inside the @media query. This would avoid redundant CSS for both devices when the rules are the same:

    @media only screen and (device-width: 768px),
           only screen and (max-width: 768px) {
    /* CSS */
    }
    

    The following codes are specifically for iPad (portrait and landscape):

    /* iPad Landscape */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* CSS */
    }
    
    /* iPad Portrait */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* CSS */
    }
    

    Hope this helps you! Let me know if you have questions or need clarification on this.

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

Sidebar

Related Questions

I want to load some .css files to my Django project but I don't
this is my code : <style type=text/css> #draggable { width: 100px; height: 100px; padding:
I am writing some css code for a school website that looks like this
I'm writing some code that involves CSS tabs, but IE doesn't support the :target
I want to know how to center a div with CSS. I googled some
I currently have some modest HTML/CSS Know-How and want to improve from there. I
I want to highlight some css code but i do not want to use
I want to apply some CSS to text that I can't get marked up
I need some help with CSS overflow in IE, namely IE 7. I want
i Want to import a given css or javascript file depending os some conditions,

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.