Unfortunately, the default Android browser on devices prior to Lollipop does not support CSS . Assuming your search entry has a class and, given the screenshots, your CSS might contain something similar to this: calc()
.search-box
.search-box {
...
width: calc(100% - 100px);
...
}
... 100px
- .
, , Android :
.search-box {
...
width: 75%;
width: calc(100% - 100px);
...
}
Android width: 75%
.search-box
calc()
, , 25%
. , , 75%
. , , Lollipop, 320px
.
: calc()
min-width
, width
. - , . . calc()
Lollipop.
, , , , .content_product_title_and_price_section
.
,
@media(max-width: 379px){
.content_product_title_and_price_section h3 {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
... . , , flex-wrap:wrap
.content_product_title_and_price_section
, 379px
. . :
@media(max-width: 379px){
.content_product_title_and_price_section {
flex-direction: column;
align-items: center;
text-align: center;
}
.content_product_title_and_price_section h3 {
margin-bottom: -2rem;
}
}
margin-bottom
,
, , . <span>
s.
!::} < (((* > ::)