Hi Again,
I added this code, and it worked for my iPhone 7+:
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait)
{.tribe-bar-search-filter {width: 370px !important;}
}
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape)
{.tribe-bar-search-filter {width: 690px !important;}
}
Is there any other code I should add for other phone screen sizes?
Thanks,
Mario