Questions tagged as 'mediaqueries'

1
answer

CSS problems media query [duplicate]

I have a small problem what happens is that when I implement the media query on the website, it does not detect all of them. I mean, if I put this example, for example @media (min-width: 768px) { .navbar-brand > img {...
asked by 17.12.2018 / 21:40
1
answer

media query css screens girls

I have a small dilemma: I am developing a page. Then, on small screens (like those of the new Macs) it does not look good: the texts move and everything. Then use media queries, nothing more than the browser is not recognizing the one I'm using...
asked by 09.10.2018 / 22:59
0
answers

Problem with media queries

I clarify before that I am new to this, I have an ASP.NET project to which I add my stylesheet, on that page I try to include a half querie but it seems that it does not work. <!DOCTYPE html> <html> <head> <meta ch...
asked by 22.11.2018 / 05:47
2
answers

How can I effectively move divs with half queries?

Eh been trying to put two divs that are always the same size one winged another by row but when it is smaller the screen that is placed one below another. There must be a better way but I can not do it effectively I'm imagining something like...
asked by 19.07.2018 / 17:28
1
answer

What does @media (orientation: landscape) return on pc?

I'm trying to generate rules for cases where "orientation" is not available, as a browser on pc, but I can not make this rule work, I want the three cases to be considered, "orientation: portrait", "orientation: landscape" and "orienta...
asked by 27.07.2018 / 21:03
2
answers

How to position block number 3 below block number 1?

I am building or designing a website, I am using CSS Grid (I am learning it) and it occurred to me to do it in this way the site. I am practicing it. I have a problem and I do not know how to position block number 3 (right) under block number...
asked by 23.08.2018 / 23:25
0
answers

@mediaquery ignores padding property

@mediaquery is working well with all the properties except padding, which is ignored .. Why is this happening and how can I solve it? Is it a bug or what? .. I put my syntax in case it is badly encoded and I have not noticed (help please!): @m...
asked by 09.11.2018 / 19:58
1
answer

@mediaquery: can you disable scripts all over the web when a specific resolution is detected?

I have a page with many jquery animations, but these animations I only want to work on the original version of the page, that is, on the normal size page (it is for laptops, desktop PC and tablets) but I want to disable the animations in the mob...
asked by 09.11.2018 / 21:16
0
answers

How to fade the first bar, with a half query, keeping the fixed-top, from the navigation bar below?

Así esta la primera barra <div class="row social"> <div class="col-xs-12 col-sm-3"></div> <div class="col-xs-12 col-sm-3"></div> <div class="col-xs-12 col-sm-3...
asked by 22.02.2018 / 13:40
0
answers

Responsive website breakpoints?

I have three doubts = > If I want a completely responsive page, is it better to do the media queries on the different devices or to reduce the screen and see where I should make my media queries? The hero of my page if I want fixed o...
asked by 22.02.2018 / 12:34