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 trialGarett Langman
376 PointsGrid problems
I have followed the video and my website has done well up until my Contact Us info moving over to the side.
My code: http://codepen.io/anon/pen/zqmex
4 Answers
Pedro Baumann
12,815 PointsI'm sorry I only get to see your HTML there, maybe if you copied your css too?
Garett Langman
376 PointsAlright I went ahead and added my css to the pen.
Austin Huynh
4,309 PointsOn line 27, your div class="grid_3" should have omega after 3. Maybe that could solve the issue?
Garett Langman
376 PointsTry all of these suggestions still nothing.
Pedro Baumann
12,815 PointsSomehow your CSS still doesn't show for me in codepen, I'm sorry.
Danny Vega
2,685 PointsHello,
I'm having a similar issue. The email address and Facebook and Twitter logos are showing under the avocado cupcake instead of to the right of it like in the video. How can I post a link to my code to show my HTML and CSS to see where I've made a mistake? Any info is appreciated
thank you!
Pedro Baumann
12,815 PointsOpen a http://codepen.io/ account, create a new project with your code and share it here
Danny Vega
2,685 Pointsthank you Pedro. Here is my link: http://cdpn.io/LxFbC let me know if you can help, thanks!
Austin Huynh
4,309 PointsI think I found it. On line 42, there is a missing div class. Put div class="grid_7" on that line, and end the tag on line 46, which is below the "read more" sentence.
Make a new line, and above "get bakin with us", put div class="grid_5 omega". I already see an ending div tag for that, so that's all I noticed that needs modifying. Please reply if it has worked or not.