Active
Project:
Omega
Version:
7.x-3.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2011 at 12:53 UTC
Updated:
28 Sep 2011 at 19:23 UTC
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
Comment #1
JSCSJSCS commentedThe 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.
Comment #2
captaindav commentedThanks, that makes sense, and easy to control through the sub-theme CSS.