I am working on an Omega-subtheme where a request has come in to have a zone and all regions within the zone to not have the grid applied.

In this particular case, having the full width wrapper around everything is not sufficient; the zone and regions all need to be full page width.

I can remove the grid classes from the zone and regions inside a template_process_zone / template_process_region, but since I would have to hardcode zone/region names, any change on the UI side would need to be propagated to the code. Not earth shattering, but annoying.

Having a "none" option for the column count and width selects (and probably suffix/prefix/push/pull) would be really handy in this situation.

Comments

apaderno’s picture

Version: 7.x-3.1 » 7.x-5.x-dev
Component: Feature Request » Code
Issue summary: View changes