Home Support Advanced post slider Font sizes for different media screen width Reply To: Font sizes for different media screen width

#578
Dinamicore
Participant

Ok. I will answer my own question. I used below media query for safari:

/* Prevents Mobile Safari from bumping up font sizes in landscape */
@media only screen and (max-device-width: 480px) {
body {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
}