Forum Moderators: open
Is there a way to adjust the font size in this block so I can make it smaller ONLY for iPhone/iPod browsers? Thanks for any help!
Safari support media queries and apple [developer.apple.com] even tells you how to let the iphone use that to get a different set of CSS for it.
Maybe best to first read how they work: [webmasterworld.com...] before getting buried in the details.
media queries are not readily supported by all browsers yet (it's in the CSS3 standard. Notable absent is IE (all versions, including IE8), but that should not stop you from using it.