Just a quick tip for those designing around the Thematic Framework. If you are wanting a 3 column format, you need to add this to your child theme’s style.css file:
#secondary {
clear: none;
}
Also, if you are using the aside category code, you must add “width: 450px;” to “body.home div.category-asides.”
I hope that helps!
