Cobratin Posted August 25, 2019 Share Posted August 25, 2019 В Custom.css прописал .ipsItemStatus_custom, .cForumRow .ipsItemStatus_custom { max-width: 50px; } Но теперь эти значки на мобильном приложении налазят на текст темы( Что то можно с этим сделать, подскажите пожалуйста? Link to comment Share on other sites More sharing options...
accop Posted August 25, 2019 Share Posted August 25, 2019 Погугли @media Link to comment Share on other sites More sharing options...
Cobratin Posted August 25, 2019 Author Share Posted August 25, 2019 17 минут назад, accop сказал: Погугли @media Не совсем понял? Link to comment Share on other sites More sharing options...
accop Posted August 25, 2019 Share Posted August 25, 2019 "@media screen разрешение" Link to comment Share on other sites More sharing options...
Cobratin Posted August 25, 2019 Author Share Posted August 25, 2019 2 минуты назад, accop сказал: "@media screen разрешение" К сожалению, этого никогда не делал. Link to comment Share on other sites More sharing options...
accop Posted August 25, 2019 Share Posted August 25, 2019 5 минут назад, zmaker сказал: К сожалению, этого никогда не делал. Всмысле, не гуглил? https://itchief.ru/lessons/html-and-css/css-media-queries Link to comment Share on other sites More sharing options...
Cobratin Posted August 25, 2019 Author Share Posted August 25, 2019 3 минуты назад, accop сказал: Всмысле, не гуглил? https://itchief.ru/lessons/html-and-css/css-media-queries Спасибо, но я там ничего не понял. Я только учусь, поэтому мне это очень сложно понять на данном этапе. Link to comment Share on other sites More sharing options...
Cobratin Posted August 25, 2019 Author Share Posted August 25, 2019 В общем понятно, регистрироваться там и там спрашивать по этому вопросу. Link to comment Share on other sites More sharing options...
accop Posted August 25, 2019 Share Posted August 25, 2019 (edited) странно, а что ссылка не работает ? https://bit.ly/2zkLUkX попробуй эту Edited August 25, 2019 by accop Link to comment Share on other sites More sharing options...
Cobratin Posted August 26, 2019 Author Share Posted August 26, 2019 5 часов назад, accop сказал: странно, а что ссылка не работает ? https://bit.ly/2zkLUkX попробуй эту Ну скопировал @media screen and (min-width: 50px) and (orientation: landscape) { /* Стили CSS ... */ } вставил в Custom.css Бесполезно, не помогло. Link to comment Share on other sites More sharing options...
Respected Posted August 26, 2019 Share Posted August 26, 2019 @media screen and (max-width: 979px) { .ipsItemStatus_custom, .cForumRow .ipsItemStatus_custom {max-width: 30px;} } Cobratin 1 Link to comment Share on other sites More sharing options...
Cobratin Posted August 26, 2019 Author Share Posted August 26, 2019 Спасибо огромное!!! Link to comment Share on other sites More sharing options...
Recommended Posts