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

Stanley Thijssen
Stanley Thijssen
22,831 Points

Best grid system for Wordpress

Hi guys,

I was wondering what in your opinion is the best or most friendly grid system to use for your custom Wordpress templates.

3 Answers

I have found Bootstrap to be quite easy and there's a good course on it in the Wordpress library here on Treehouse.

I guess it depends on what you're trying to achieve, but for a responsive grid layout I've found Bootstrap easy to use with some basic knowledge of HTML and CSS. Hope this helps.

Patrick Boehner
Patrick Boehner
2,005 Points

You might also try Bourbon's Neat, it's a lightweight sass framework. Fewer options than bootstrap but everything you would need to build your grid system and since it's a sass mixin library, your final css output will only use the parts of neat that you need.

http://neat.bourbon.io/

Konrad Pilch
Konrad Pilch
2,435 Points

I use Bootstrap, is easy and well, easy to get the WP code there. It has to be well structured tho, it can get confused with the long class names.