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.

iPhone 5 CSS media query

The iPhone 5 has a longer screen and it's not catching my website's mobile view. What are the new responsive design …

iphone css responsive-design media-queries iphone-5
Bootstrap - Removing padding or margin when screen size is smaller

EDITED: Maybe I should ask which selector sets up the side padding when the screen is reduced to below 480px …

css twitter-bootstrap responsive-design media-queries
IE8 support for CSS Media Query

Does IE8 not support the following CSS media query: @import url("desktop.css") screen and (min-width: 768px); If not, what …

html css responsive-design internet-explorer-8 media-queries
$(window).width() not the same as media query

I am using Twitter Bootstrap on a project. As well as the default bootstrap styles I have also added some …

jquery css twitter-bootstrap media-queries
CSS @media print issues with background-color;

I'm new here at this company and we have a product that uses miles of css. I'm attempting to make …

css media-queries
Get the device width in javascript

Is there a way to get the users device width, as opposed to viewport width, using javascript? CSS media queries …

javascript css media-queries
iPhone 6 and 6 Plus Media Queries

Does anyone know specific screen sizes to target media queries for iPhone 6 and 6 Plus? Also, the icon sizes and splash …

ios css media-queries iphone-6 iphone-6-plus
Media Queries - In between two widths

I'm trying to use CSS3 media queries to make a class that only appears when the width is greater than 400…

css media-queries
CSS media queries for screen sizes

I am currently trying to design a layout which will be compatible for multiple screen sizes. The screen sizes I …

html css media-queries
Can media queries resize based on a div element instead of the screen?

I would like to use media queries to resize elements based on the size of a div element they are …

css media-queries