Try this in the custom CSS option:
/* The Grid ------- */
.column, .columns { float: right; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }
[class*="column"] + [class*="column"]:last-child { float: left; }
[class*="column"] + [class*="column"].end { float: right; }
.header-group {
float: left;
}
.vertical-divider {
border-right: 1px dotted #BBB;
border-left: 0;
}
.site-content {
border-left: 1px solid #EDEDED;
border-right: 0;
}
That should get it to basically what you want but you will probably have to do more tweaks to it.
Wow! You are good. Worked like a charm without any tweaks. I’ll be making some cosmetic tweaks – but that’s just me.
I’ve been using themes / wp since the beginning – and have gone through tons of themes. This one received a lot of compliments to the effect of: I’ve been reading your blog since xyz and this is the best theme yet.