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

John McPhedran
John McPhedran
13,120 Points

Mobile first question for existing Word Press theme

Hi there.

I'm customizing a Thesis 2.1 skin for a WP site and as it is now, the skin is using desktop first for it's responsive design. Should I continue to follow this approach, or should I still be thinking mobile first when creating my own media queries?

Thanks

Jonny

2 Answers

Definitely mobile first. I'm currently working on a Wordpress theme and I realized that mobile-first is the best approach else you'll end up refactoring down the line.

John McPhedran
John McPhedran
13,120 Points

Hi David.

Thanks for the reply. Just to confirm, the skin I'm customizing already uses desktop first. I didn't create it, I'm just customizing. So, knowing this, is mobile first still the best approach?

Thanks heaps

Jonny