Jump to content
  • 0

В хроме не срабатываеет медиа-запрос при экране менее 784 (решено)


nikki4
 Share

Question

Страница:

http://seositi.ru/

в мобильной версии разделы сайта должны быть во всю ширину.

@media only screen and (max-width: 479px) {
***
    .site-categories ul li {
        float: left;
        display: table;
        width: 96%;
        margin: 0 1% 20px;
        padding: 10px 1%;
    
//        border-radius: 5px;
        height: 100px;
        max-height: 100px;
    }

***
}

в лисе и Яб-е, все ок. а в хроме почему-то не срабатывает @media only screen and (max-width: 479px) {

и применяется прежний стиль, а именно

only screen and (max-width: 991px) and (min-width: 768px)

 

Попытался выяснить в чем дело:

Полностью очистил файл responsive.css и style.css

в style.css написал:

 

body {background: red;}

@media only screen and (max-width:784px) {
body {background: blue;}
}

везде все работает - красный, при экране с заданным размером - голубой фон.

стоит мне указать какое либо значение менее 784, например 783
 

body {background: red;}

@media only screen and (max-width:783px) {
body {background: blue;}
}

везде работает, а в хроме уже не работает и не применяется стиль

 

Нашел решение. Оказалось в html было не прописано, прописал - стало все ок.

<meta name="viewport" content="width=device-width,initial-scale=1">

 

Edited by nikki4
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy