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

CSS

Flexbox displaying column instead of row in Safari

I'm trying to layout a gallery on a website using flexbox, it works on every browser I've tested on except for Safari (Version 9.0.2). I've tried playing around with it for the past hour, and can't seem to solve the issue. Any one have any ideas, or can see where I've gone wrong?

Link to Codepen of the issue http://codepen.io/ck-dxb/pen/BjmjXG

1 Answer

Have you tried using the webkit vendor prefixes for flexbox?

Yeah, tried that and it didn't seem to work unfortunately.