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 trialAbhishek Gangadhar
9,467 PointsGetting the gallery symmetrical???
I tried to make my own image gallery, Somehow I am not able to get the two column gallery symmetrical. Can someone please help me out?
1 Answer
Codin - Codesmite
8,600 PointsThe columns are not symmetrical because the height of your top right image+text is different than the other images because it has less text, reducing the height of it's parent container.
The easiest fix without going into anything to advanced or complicated would be to set a fixed height for the container or change the text to match the others so they have matching size.
Abhishek Gangadhar
9,467 PointsAbhishek Gangadhar
9,467 PointsHow can I make all of those heights the same??
Codin - Codesmite
8,600 PointsCodin - Codesmite
8,600 PointsIn your main.css add a height value to #wrapper li { } in the wrapper section.