Questions tagged as 'media-queries'

2
answers

@media screen not working correctly

I'm studying css and html yet, so I may be making some banal mistake, anyway I can not solve it myself. The problem is the following I defined in the @media screen a minimum width for it to change the img logo. Original Size Logo Code: .log...
asked by 21.08.2016 / 16:37
1
answer

Is it safe to use grouped media queries?

All the topics I have found in relation to media grouped queries are for a few years. With the wide range of CSS3, are grouped queries of media queries now considered safe to use in production? Does any browser that supports CSS3 fully sup...
asked by 17.12.2017 / 17:57
1
answer

Bootstrap Columns

I have a question on bootstrap (v4-alpha). I created a <div class='row'></div> and within this div I have 4 elements side by side. <div class='col-3'> I wanted a breakpoint that at one point displays only two ele...
asked by 19.06.2017 / 15:21
1
answer

MediaQueries ignored from a certain resolution

Working with MediaQueries for responsive layout, I came across the following problem: I am setting the resolutions quietly, but when I get to 800px the setting gives 320px and 360px . It is completely ignored by the browser....
asked by 18.08.2014 / 18:58
1
answer

What is the best way to use Media Queries

What is the best way to use Media Queries to responsive max-width: or min-width:     
asked by 23.03.2016 / 17:48
1
answer

How to put right on the sidebar or navbar depending on the size of the screen?

I would like to put a Logo on the sidebar instead of navbar for larger screens, and when reducing the screen aspect ratio ( mobile devices, and tablets and smarts), the logo should go to navbar using Media Queries of Bootstrap 3.     
asked by 03.01.2015 / 18:46
1
answer

Media queries for Internet Explorer 8 and 9

How to make IE 8 and 9 read the conditions of Media Query? I have read some docs but I did not find anything enlightening. The query is being done in the HTML example and I would not like to apply it to just one CSS. <link rel="styleshee...
asked by 01.04.2014 / 22:23
1
answer

How to change html data-start-height by Media Queries?

I have a site based on a template that I bought in themeforrest, the homepage banner for this site has its height adjusted by this attribute: data-start-height (which I had never used, I know html and css intermediately). I would like to chang...
asked by 11.09.2017 / 20:16
1
answer

Show mobile image when it exists

Hello, I have a% of my own% and I coded a feature to allow, in addition to the upload of standard size image, a second image CMS that will be shown with media query when the resolution is less than mobile , so it includes the "mo...
asked by 03.06.2015 / 21:45
2
answers

Why is the screen size in the browser different from the actual one?

I'm lousy when it comes to HTML + CSS design, but as a web developer, I often find myself having to do it. I often have to do the media-query to adjust the layout. Question If I have a mobile with resolution 360x592, why is it time t...
asked by 22.06.2017 / 16:11