Hello,

I'm using this module to create a responsive grid in a View: http://drupal.org/project/views_responsive_grid
Unluckly, it's the first time i'm trying to work with a responsive theme, and i have no idea of what it means "if your theme utilizes a grid, like Twitter Bootstrap does, you would specify "span3" as the column class(making sure to use the correct span size). This will make sure your column adhere to the grid in your Bootstrap based theme."

Does Zen use a grid? Do i have a similar class to apply or can i copy it from the Twitter Bootstrap theme?

Comments

johnalbin’s picture

Version: 7.x-5.1 » 7.x-5.x-dev
Status: Active » Fixed

The default layout tool in Zen is Zen Grids. It is a semantic layout tool, which means you get to pick your own class names when building the layout.

You can create your own layout and use whatever classes you want and then put those classes into the module.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.