Questions tagged as 'media-queries'

2
answers

How to modify the width for the adaptation in tablets of a menu without half queries?

Menu: link I've never seen a responsive menu like this, it has nothing of average queries, I believe the responsive part is created by javascript. Anyway this is not my problem, I want the menu to be responsive before it is.  For example, I...
asked by 08.05.2016 / 15:52
3
answers

Responsive horizontal list that fits 100% width of the parent div

I've created a list with some social networking buttons, but the last button is from whatsapp, and I do not want it to appear in the desktop , only in mobile . So I created this media query: @media (max-width: 600px) { .socialshare-lis...
asked by 22.07.2015 / 15:50
1
answer

Media Queries Does not work Informed Measures

Good afternoon! I'm working the first time with @media queries, I read a few vi examples but when I realized my project I saw that it is not using the settings according to the last measure. Could anyone tell me what might be happening? Fo...
asked by 18.12.2018 / 20:20
2
answers

Problem with @media query

I'm having a serious problem with Media Query, I'm testing this code and it does not change the state at all, I reduce the screen to the maximum and the colors remain unchanged; HELP .box{ width: 200px; height: 200px; background-...
asked by 29.06.2016 / 06:57
1
answer

Media query does not work on non-responsive site

Good afternoon everyone, I put media query css3 to run on a fixed-width site, but it does not work. Only works on responsive sites? link @media only screen and (max-width: 959px) { .tit-h2{margin-left:2px!important;} #rodape{ width: 104%;...
asked by 19.02.2015 / 15:45
3
answers

Media Querie is not compatible with Internet Explorer 2014

I'm using the following media queries, everything in Chrome is ok. What are the right properties for the latest version of IE? @media(min-width:320px) { } @media(min-width:480px) { } @media(min-width:600px) { } @media(min-width:768px) { }...
asked by 26.10.2014 / 23:33
2
answers

Remove links from CSS images in @media print

My blog shows links when printed through a[href]:after { content:" (" attr(href) ")"; } , however I do not want it to show image links since I also removed them from CSS for printing. Is there a way to remove these links through something...
asked by 17.04.2018 / 14:49
1
answer

How to become responsive

I have this project more advanced, but I left it smooth to be able to facilitate the visualization and for you to help me = D, I tried everything possible using the media queries but nothing, I want the window to fit on any screen and the bigger...
asked by 15.03.2017 / 20:17
2
answers

Is it possible to do this with table td?

Okay, let's see: //PHONE <table> <tr> <td>COL 1</td> <td>COL 2</td> </tr> <tr> <td>COL 1</td> <td>COL 2</td> </tr> &l...
asked by 02.08.2016 / 05:06
1
answer

error using @media

The page is this: link css is this: ... media screen and (min-width: 0px) and (max-width:480px) { .sessoes { width:100%; } .menu { background:none; } .menus { width:100%; } .menusItens { disp...
asked by 01.05.2016 / 22:48