Title: 2014 Theme Media Query Widths
Last modified: August 21, 2016

---

# 2014 Theme Media Query Widths

 *  [jmorton.ca](https://wordpress.org/support/users/jmortonca/)
 * (@jmortonca)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/2014-theme-media-query-widths/)
 * I’m trying to sort out exactly what devices the widths of the Twenty Fourteen
   theme media queries are targeting but I can’t find any documentation. The research
   that I’ve done hasn’t allowed me to match any devices to the widths. ex: min-
   width 783px doesn’t appear to match any device. Is there a list somewhere that
   I haven’t found?
 * Best,
    James

Viewing 1 replies (of 1 total)

 *  [laptophobo](https://wordpress.org/support/users/laptophobo/)
 * (@laptophobo)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/2014-theme-media-query-widths/#post-4539380)
 * You may wish to try copying the list of media queries from your parent style.
   css onto your child, then modify them. Here’s what is working for me so far…
 * [@media](https://wordpress.org/support/users/media/) screen and (max-width: 400px){/*
   includes Galaxy s4 and iphone 5 portrait */
    {enter style here} }
 * [@media](https://wordpress.org/support/users/media/) screen and (min-width: 401px){/*
   includes Galaxy s4 and iphone 5 landscape */
    {enter style here} }
 * [@media](https://wordpress.org/support/users/media/) screen and (min-width: 594px){
   /*
   YOUR STYLE GOES HERE */ }
 * [@media](https://wordpress.org/support/users/media/) screen and (min-width: 673px){
   /*
   YOUR STYLE GOES HERE */ }
 * [@media](https://wordpress.org/support/users/media/) screen and (min-width: 783px){
   /*
   YOUR STYLE GOES HERE */ }
 * [@media](https://wordpress.org/support/users/media/) screen and (min-width: 810px){
   /*
   YOUR STYLE GOES HERE */ }
 * [@media](https://wordpress.org/support/users/media/) screen and (min-width: 846px){
   /*
   YOUR STYLE GOES HERE */ }
 * [@media](https://wordpress.org/support/users/media/) screen and (min-width: 1008px){
   /*
   YOUR STYLE GOES HERE */ }
 * [@media](https://wordpress.org/support/users/media/) screen and (min-width: 1040px){
   /*
   YOUR STYLE GOES HERE */ }
 * [@media](https://wordpress.org/support/users/media/) screen and (min-width: 1080px){
   /*
   YOUR STYLE GOES HERE */ }
 * [@media](https://wordpress.org/support/users/media/) screen and (min-width: 1110px){
   /*
   YOUR STYLE GOES HERE */ }
 * [@media](https://wordpress.org/support/users/media/) screen and (min-width: 1218px){
   /*
   YOUR STYLE GOES HERE */ }
 * [@media](https://wordpress.org/support/users/media/) screen and (min-width: 1260px){
   /*
   YOUR STYLE GOES HERE */ }
 * /**
    * 12.0 Print * —————————————————————————– */
 * [@media](https://wordpress.org/support/users/media/) print {
    /* YOUR STYLE GOES
   HERE */ }

Viewing 1 replies (of 1 total)

The topic ‘2014 Theme Media Query Widths’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentyfourteen/4.5/screenshot.
   png)
 * Twenty Fourteen
 * [Support Threads](https://wordpress.org/support/theme/twentyfourteen/)
 * [Active Topics](https://wordpress.org/support/theme/twentyfourteen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentyfourteen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentyfourteen/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [laptophobo](https://wordpress.org/support/users/laptophobo/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/2014-theme-media-query-widths/#post-4539380)
 * Status: not resolved