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 CSS Layout Basics CSS Layout Project Column Layout with Media Queries

Did Guil ever address how to position the tertiary column in the 769px media query?

Hey guys,

Guil said he would attend to the tertiary column later in the video, or seemed to indicate that it's okay to leave it alone - however my tertiary column in within the min-width: 769px media query is stuck at the bottom, and too aesthetically separate from the other two columns. In other words, it's below the other two columns, but there's too dramatic an empty space between it and the primary and secondary columns above it.

Am I missing something?

Thanks -

Steven Parker
Steven Parker
231,007 Points

Can we take a look?

You can share everything at once if you make a snapshot of your workspace and provide the link to it.

Hey Steven,

Good idea - here is a snapshot of what I'm talking about -

https://w.trhou.se/4x31vqft7u

Thanks -

1 Answer

Guil Hernandez
STAFF
Guil Hernandez
Treehouse Teacher

Hey ramseydennis,

It looks like you have 3 unused curly braces in your media query and it's throwing off your design. If you delete the } on lines 163, 166 and 170, your layout should be fixed.

Hope this helps. :)

Great, that worked!

Thank you Guil -

Ramsey