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 trialramseydennis
4,530 PointsDid 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 -
ramseydennis
4,530 PointsHey Steven,
Good idea - here is a snapshot of what I'm talking about -
Thanks -
1 Answer
Guil Hernandez
Treehouse TeacherHey 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. :)
ramseydennis
4,530 PointsGreat, that worked!
Thank you Guil -
Ramsey
Steven Parker
231,248 PointsSteven Parker
231,248 PointsCan we take a look?
You can share everything at once if you make a snapshot of your workspace and provide the link to it.