Questions tagged as 'media-queries'

1
answer

CSS Media Queries (several statements followed)

Hello, I want to know if it is possible to get a cleaner and more compact solution from the following CSS. @media screen and (min-width: 630px) { .tab ul.login{ right: 29%; } } @media screen and (min-wi...
asked by 30.06.2015 / 16:13
1
answer

Problems creating media queries for Samsung Galaxy S4

I'm developing a responsive website and I set some CSS markups with media queries , but I still suffer from some devices, such as the Samsung Galaxy S4 . I believe it's because it contains a device-pixel-ratio equal to 3. I wanted to kn...
asked by 15.03.2014 / 18:48
1
answer

Problem with Media Query

Does anyone know how I can specify a Media Query for each device? I am trying to leave the one of the iphone 6, 7 and 8 in a way and in the same cell phones only that version Plus I am changing to fit in the layout only that it does not go, alwa...
asked by 10.03.2018 / 14:47
1
answer

Problem colorizing table rows in print using @media ASP.NET MVC

In my view the result of my table looks like this: Printing: I put my css styles used in the view inside the @@ media as follows: <style> .form-control { min-width: 100% !important; } .p-periodo{ tex...
asked by 31.10.2017 / 22:21
1
answer

Show Textarea Full Text in Print

Taaarde Galera, I have a question, where at the time of the print my textarea does not show the full text. I wonder if they could help me show it? Example of how it is:     
asked by 22.11.2017 / 15:08
5
answers

How to change the contents of an img src?

I'm trying so, but it does not work <head> <title>Woman</title> <style> body{ background: black; } @media screen and (max-width: 767px) { .mobile...
asked by 17.04.2017 / 14:48
1
answer

What is the difference between max-width and max-device-width?

The question is exactly what is in the title, referring to the use of the media queries I am in doubt because in examples of some sites they use something like: @media screen and (max-widht:x) and other [...](max-device-width) ....
asked by 16.07.2016 / 04:26
1
answer

Setting the site to any screen

Good people, I'm trying to learn better about resizing the website applied to any screen. I have read some tutorials on the internet and by the way I could not do everything right, because here in my test I apply @medias only when entering the s...
asked by 06.06.2014 / 02:21
2
answers

Viewing the navbar-brand on smartphones

I'm a newbie and would like some help with a problem I'm experiencing on my mobile site. I'm using bootstrap. Here's the result: ThetextSquishMonstersispastingintonavbar,thecorrectresultshouldbe: Note:Thefirstisinamotorolag4+andthesecondi...
asked by 25.02.2018 / 04:39
1
answer

CSS - Media Queries loading backgrounds. How do they behave?

I'm making a site responsive and would like to load different images in the background depending on the device. I will respect the use of mobile user data and do not want to force the loading of a 1920x500 image for example. If I use media qu...
asked by 15.09.2017 / 16:47