Link to home
Start Free TrialLog in
Avatar of Brad Bansner
Brad Bansner

asked on

Text input fields not responding properly to media queries on Samsung Galaxy 4S

We have setup some responsive media queries on this page:
http://www.webcemeteries.com/memorials/default.asp?id=5706101

The text input boxes and textareas:

@media only screen and (max-width: 35em){
input[type=text],textarea{max-width:100%;}
}

Open in new window


It works fine in my browsers and on my iPhone 5s. Client is opening the page on a Samsung Galaxy 4S and sent me the attached screenshot. Not sure why my CSS is not working on this device? Would appreciate any advice.

Thank you!
Screenshot-2014-10-31-15-28-54.png
ASKER CERTIFIED SOLUTION
Avatar of Kimputer
Kimputer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Brad Bansner
Brad Bansner

ASKER

This worked, thanks for the suggestion!