Answer the question
In order to leave comments, you need to log in
Why can't the site be responsive? Maybe adaptability is done wrong?
There is an input:
In css, the width of the input is 300px.
And header with span where there are titles<input type="text" class="searchInput" />
<div className="header">
<span>О нас</span>
<span>Телефон</span>
<span>На главную</span>
</div>
@media screen and (max-width: 1000px) {
.header span {
display: none;
}
.searchInput{
width: 100px;
}
}
Answer the question
In order to leave comments, you need to log in
Do you have such a meta tag in the head ?
Perhaps the element's original styles are overridden and you can't override them.
Write media queries at the end of the document.
About weight
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question