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

Grid 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
Pedro Baumann
12,815 Points

I'm sorry I only get to see your HTML there, maybe if you copied your css too?

Alright I went ahead and added my css to the pen.

http://codepen.io/anon/pen/zqmex

Austin Huynh
Austin Huynh
4,309 Points

On line 27, your div class="grid_3" should have omega after 3. Maybe that could solve the issue?

Try all of these suggestions still nothing.

Pedro Baumann
Pedro Baumann
12,815 Points

Somehow your CSS still doesn't show for me in codepen, I'm sorry.

Danny Vega
Danny Vega
2,685 Points

Hello,

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
Pedro Baumann
12,815 Points

Open a http://codepen.io/ account, create a new project with your code and share it here

Danny Vega
Danny Vega
2,685 Points

thank you Pedro. Here is my link: http://cdpn.io/LxFbC let me know if you can help, thanks!

Austin Huynh
Austin Huynh
4,309 Points

I 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.