Top "Media-queries" questions

Media queries enable the conditional application of CSS styles based on media types, such as screen and print, and the conditions of media features, such as viewport and device height and width.

CSS media queries for Galaxy S3

Anyone know how to target the Samsung Galaxy S3 with media queries? Currently I use: iPad <link rel="stylesheet" …

css html media-queries responsive-design
How to make Bootstrap responsive layout work on IE8

I've been search for a while and found some people got it working, but none of them provide any code …

twitter-bootstrap internet-explorer-8 responsive-design media-queries fluid-layout
@media media query and ASP.NET MVC razor syntax clash

I've got a large site that runs in ASP.NET MVC using the Razor view engine. I have a base …

css asp.net-mvc-3 razor media-queries
iPhone 6 and 6 Plus Responsive Breakpoints

According to Apple's site: The iPhone 6 has 1334-by-750-pixel resolution at 326 ppi with 1400:1 contrast ratio (typical) The iPhone 6+ has 1920-by-1080…

ios css responsive-design media-queries iphone-6
Twitter Bootstrap Responsive layout does not work in IE8 or lower

I developed a site using twitter bootstrap and it seems that the responsive layout part is broken in all IE …

twitter-bootstrap css internet-explorer-8 media-queries
Max-Width vs. Min-Width

Most of the tutorials I'm reading on using Media Queries are demonstrating the use of min-width, but I'm rarely seeing …

css media-queries zurb-foundation
Prevent menu from collapsing in 768px display CSS media query

I am trying to do a site using twitter bootstrap. I am having relatively less menus, so it kind of …

css twitter-bootstrap media-queries responsive-design
Common breakpoints for media queries on a responsive site

So I am working on my first responsive website which makes extensive use of media queries. I was wondering if …

css mobile responsive-design media-queries
Widths to use in media queries

What are the most important media query widths for all devices like desktops, tablets, laptops/Ipads, Iphones and Smartphones? Are …

css responsive-design media-queries fluid-layout
Media Query Styles Not Overriding Original Styles

I'm attempting to use some media queries for a website I'm building. The problem I'm having however, is while the …

css media-queries