I'm looking for an answer to what is a pretty basic question about Delta in the context of Omega: What's the best method to alter a layout based on the responsive grid? I mean layout in the sense of elements not controlled by style sheets.

A typical use case would be a site that employs a Views slideshow in the normal and wide layouts but wants to lose the slideshow in a mobile environment.

After searching through the documentation, issues, and questions that exist for Omega and Delta, I'm surprised to find no mention about this. One guy suggested mobile tools to provide a Context. There's something else at groups.drupal.org. Maybe I'm overlooking something obvious? In any case, it's probably worth clarifying if there are other bozos out there like me. Thanks.

Comments

steviebr’s picture

Assigned: steviebr » Unassigned
steviebr’s picture

I found an answer on #drupal-omega thanks to banghouse. For the Views slideshow example, the best way would be .views-block-classname { display:none;}. As far as I know, there is no viewport media query as a context condition that can trigger a Delta that, for example, eliminates a region.