Change text size on portrait iPad
-
Hi. I need to add a @media screen code to reduce the font size when menu is displayed on portrait iPad eg, 768px wide. I have tried various versions of the link I find when inspecting the code, but none are working. What is the class I need to put in the css below?
@media only screen and (max-width: 800px) {
???????????? {
font-size: 12px;
}
}The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change text size on portrait iPad’ is closed to new replies.