Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress WordPress Theme Development Building Page Templates in WordPress Creating Custom Page Templates in WordPress

4 cloumn layout.

Can you create 4 columns posts? How you do that if so?

2 Answers

Sander de Wijs
PLUS
Sander de Wijs
Courses Plus Student 22,267 Points

Do you mean a layout where a single post is split into four columns? That is possible with CSS flexbox (not supported in older browsers).

You can also use a jQuery plugin to achieve a similar effect, like Columnizer http://welcome.totheinter.net/autocolumn/sample2.html

If you mean a blog listing grid-layout with four posts in a row, that is also possible with HTML and CSS. If you use Foundation, like in the video, just give the containing element for the blog list a '.large-3 columns' class.

Okay. I manage to do it. You deserve a beer. Thanks