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

HTML Build a Simple Website Creating a Website Structure Working with Grids

Working with grids

At 10:17 into the video, Nick has us add in the "omega" class on the end of grid_3 making it "grid_3 omega". When he goes back to the browser, the image now shifts to the right side of the browser page and other items adjust as well. I have looked over my code many times and I cant figure out why mine does not make this adjustment. Any thoughts

James Barnett
James Barnett
39,199 Points

It's hard for us to know what's causing the issue you are having if you don't show us your code. For some tips on how to do that, check out the tips for asking questions video located in the right hand sidebar.

3 Answers

Thanks guys I finally found the problem. I left out a closing </div> in the middle of my code which was causing grid_9 and grid_3 to be in the same <div>. I assume this made both of them then take up all 12 grids so they couldnt fall in line together. Thanks for the ideas.

Kevin Murphy
Kevin Murphy
24,380 Points

I recall an issue where I was working through this project and needed to use Safari instead of my default Firefox to get the formatting to match what Nick's example was doing. Just a quick thought for an A/B comparison.

Also make sure your path to the grid stylesheet is correct in your link tag.

James Barnett
James Barnett
39,199 Points

Grids should work with both webkit & gecko rendering engines. Of course to say anything specific I'd need to see code, version numbers and screenshots :wink:

Working on it