medill 0 Report post Posted January 19, 2011 I'm working on a kiosk installation (1920x1080px) and I was wondering if it was possible to have more than 5 feature box columns. Specifically I was hoping to have 7 or 8. I'm willing to hack around the code a little but I'm not sure where to get started. Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 19, 2011 Sure, maybe we'll do a tutorial for creating your own box section that can handle more... However, you may want to wait for some iteration on updates that could help with this type of extension to the framework. Share this post Link to post Share on other sites
medill 0 Report post Posted January 20, 2011 Thanks Andrew, how hard is it to create a box section now? That sounds like an appealing solution. And does that make more sense than updating the existing feature box section? Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 20, 2011 well you can 'override' any section's template by putting: `template.[section_id].php` in the child theme... or you can just copy the section over to the sections folder in the child theme; and edit to your heart's content... as it becomes your own section at that point. We have tutorials coming up on it. Share this post Link to post Share on other sites