Text flow
Permalinkdiv#multicolumn1 {
-moz-column-count: 3;
-moz-column-gap: 20px;
-webkit-column-count: 3;
-webkit-column-gap: 20px;
column-count: 3;
column-gap: 20px;
}
-moz-column-count: 3;
-moz-column-gap: 20px;
-webkit-column-count: 3;
-webkit-column-gap: 20px;
column-count: 3;
column-gap: 20px;
From the looks of it you can define this as a preset to make it easier to apply in the future, but if you find yourself doing it a lot you might want to look into custom templates.
REMEMBER that this does not work on all browsers.
Would you know, by any chance how I can edit the design of the navigation. I'm using a theme and it doesn't seem to be affected by anything i try and do to it?
If you are comfortable with HTML/PHP, the topic you need is "Custom Template." Start here:
http://www.concrete5.org/documentation/general-topics/custom-templa...
Demo here:http://www.quirksmode.org/css/multicolumn.html...
There are some tricks to get it working in IE:
http://stackoverflow.com/questions/5348061/how-to-display-css3-colu...