Is there a way to make a Zone or Region that is only displayed on mobile devices?

I am developing a site for a museum, they would like to have special content available for museum patrons on their mobile devices when they are actually at the museum. So this section of the site should only work on a mobile device.

Thanks!
captaindav

Comments

JSCSJSCS’s picture

The omega theme works by identifying screen size via media queries, not by identifying whether a visitor is using a mobile phone or desktop. If you don't want a particular zone or region to show for a particular screen size, you would probably use Display:none in the CSS for your subthemes-alpha-default-narrow, normal and wide .CSS files.

captaindav’s picture

Thanks, that makes sense, and easy to control through the sub-theme CSS.