Can I add CSS for handheld devices without using the Mobile Theme
-
I want to reduce the title font size on mobiles, but NOT to use the Mobile Theme.
I tried using @media handheld, but that didn’t seem to work.
I also tried @media only screen and (max-width:800px), but that didn’t work (my phone – the only one I can test it on – is a Nexus 4, which has a screen resolution of 1280 x 768, so I don’t know I’d define the width as the smaller number anyway).
So far the only success is to reduce the size on all devices to a happy compromise. I may want to change other things if this works, but I have to start somewhere.
The site is http://camillamacwhannell.com/. Any suggestions
The blog I need help with is: (visible only to logged in users)
- The topic ‘Can I add CSS for handheld devices without using the Mobile Theme’ is closed to new replies.