problem field “search” on iphone 14
-
on iphone 14 the field where i write the city (when i compile the field) the page go out of screen.
i have try this css but not work:
@media only screen
and (device-width: 390px)
and (device-height: 844px) {
#asl-storelocator.asl-cont .sl-search-group {
width: 100% !important;
max-width: 100% !important;
transform: none !important;
overflow: visible !important;
}#asl-storelocator.asl-cont input[type="search"] { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘problem field “search” on iphone 14’ is closed to new replies.