I'm just wondering how I might go about changing the number of columns on the Homepage v2. Right now it defaults to 3 (1/3 for each sub-page.) I'd prefer to have it work like any other page where it defaults to one column, but I can change that with shortcodes.
You're right, I clearly overlooked something there.
Quick follow-up, I think I may have confused myself because when using the shortcode 1/2, the 2 columns seem to be left-aligned and not taking up the entire content area. I did change the CSS to expand the content area, but I didn't change the shortcodes. Are they necessary to change or should they be based on percentage (ie. 50%, 33%, etc)?
UPDATE: I changed the CSS for the Column Layouts to the following values, which work for me now that I'm using a wider 650px layout. .grid2column, .col_1_2 {width:48%; margin-right:15px; float:left; } .grid3column, .col_1_3 {width:30%; margin-right:12px; float:left; } .grid4column, .col_1_4 {width:22%; margin-right:10px; float:left;}