Great template, suggest include:
HTML5 960 12 Column Grid Starter Subtheme for D7

CommentFileSizeAuthor
#3 sidebars.png27.24 KBdanielhonrade

Comments

danielhonrade’s picture

The grids are activated via .info (12, 16, and 24 columns)

coupet’s picture

maybe grid 12 should be set as default for starter theme, the sidebar left is not aligned after activating the 12 column grid with default starter theme, follows is default sidebar css from core.

/* Sidebars */
.region-sidebar-first { width: 20%; float: left; }
.region-sidebar-second { width: 20%; float: right; }

danielhonrade’s picture

StatusFileSize
new27.24 KB

Hi,

I got it, it's not really obvious how to make it work. Maybe an instruction will do, a readme.txt?

For the layout to work if any grid is turned on, Just add the number of columns to the sidebars in regions.php
See attached screenshot.

coupet’s picture

thanks, yes, instructions in readme.txt is a good idea, it is already in regions.php

* grids - If you turned on the 960 grid system in the .info file
* (12, 16, and 24 standard grids), you can automatically set
* the sizes of the regions just by putting the number of columns
* on each region (0 for disabled).
* Ex. 4, will output grid-4

danielhonrade’s picture

Status: Active » Closed (fixed)

added readme.text on dev