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

Tom Coady
369 PointsHow do I get my gallery to scale into 2 columns? I have followed the tutorial?
I have followed the tutorial and have tried to get my gallery to go into two columns and scale. Can anyone help? I will put the code below.
Cheers
Tom

Byron Stine
4,877 PointsWhen I click on the link to your code the page states, "the workspace snapshot you are looking for doesn't exist."
4 Answers

Byron Stine
4,877 PointsI figured it out. There is a problem with the path name in your links to the CSS files. The files are located in a folder named 'CSS' with capital letters. But in your index.html file you have the pathname as href="css/main.css" and href="css/normalize.css". To fix this, you need to change the folder name to lowercase css or change the pathname to uppercase href="CSS/main.css" and href="CSS/normalize.css"

Paul K.
12,110 Pointsgenius!

Byron Stine
4,877 PointsI would check your styling once you access your css. The current styling has shifted your elements under your header and h1 elements. But it's looking good! Have fun designing!

Tom Coady
369 PointsHi Byron
Thank you so much for this!
Yes you are a genius!!
Cheers
Tom

Paul K.
12,110 Pointsit involves float and setting the width..
I would rewatch the video and follow step by step AGAIN.. or another option is to download the finishes files under the "downloads" section, and compare what you have .. that's the way I've been learning

Tom Coady
369 PointsThank you for your help to Hae
Cheers
Tom

Tom Coady
369 PointsI've looked at the video again and can't seem to work it out. I have posted my code here again. I hope Byron or Hae can access it.
Any help would be much appreciated!
Cheers!

Paul K.
12,110 Pointswhich video is this from? it would help me in the process of helping you

Tom Coady
369 PointsHi Hae
It's called 'Style The Portfolio'.
Cheers Tom
Tom Coady
369 PointsTom Coady
369 PointsThis is my code: I have put a gallery id in the html list section and applied a css id with the properties that the tutorial outlined but don't seem to be able to get my pictures to scale.
https://w.trhou.se/rrsw7uaeih