Closed (fixed)
Project:
Nitobe
Version:
6.x-3.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2009 at 02:11 UTC
Updated:
4 Apr 2009 at 14:20 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedThe easiest way that comes to mind is to use the Block Class module. Nitobe is coded to use the Block Class module if it's installed.
The masthead region uses 16 grid units for its width. If you wanted to fit in 4 modules, you would use Block Class to assign each of those blocks the CSS class
grid_4. Also, for the left most block, you will need to add (using Block Class) the CSS classalpha, and on the rightmost block add the CSS classomega.You can mix the sizes up a bit, but they need to total to 16. For example you could have 3 blocks with the classes
grid_8 alphaon the first one,grid_3on the second one, andgrid_5 omegaon the third one.Comment #2
Ckesk commentedThanks, will work on it now.
Comment #3
Ckesk commentedok, im curioius. how many pixels are assigned to each section of the grid? meaning if i put a 728x90 ad in one blocks and name it grid_12 omega, would that be enough? I would then be putting the site logo on the other side of it, naming it grid_4 alpha.
Comment #4
Anonymous (not verified) commentedYou can find information on the pixel widths (with diagrams) and on how the 960 grid system works overall at this tutorial:
http://nettuts.com/tutorials/html-css-techniques/prototyping-with-the-gr...
The official website for the grid system is here:
http://960.gs/
Comment #5
Anonymous (not verified) commented