Closed (fixed)
Project:
OM 2 HTML5
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2011 at 04:40 UTC
Updated:
15 Dec 2011 at 09:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
danielhonrade commentedThe grids are activated via .info (12, 16, and 24 columns)
Comment #2
coupet commentedmaybe 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; }
Comment #3
danielhonrade commentedHi,
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.
Comment #4
coupet commentedthanks, 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
Comment #5
danielhonrade commentedadded readme.text on dev