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 trialIvan Kusakovic
12,197 PointsResizing issues
This is when I resize browser to be small,
first picture: http://imgur.com/8cetVN7
second image (when I resize little more, to the end) http://imgur.com/OD4UHp4
As you can see, one image is floated somewhere, I don't get it why?
Please help.
5 Answers
makishamaier
3,070 PointsI think you are using a different font than Nick, thus his first image's caption never occupies more lines than the second's the way yours does.
I can't be sure without seeing your code, but this is probably a matter of luck rather than coding difference.
Ihor Zhuk
13,263 PointsIt seams you used floats for your posts with images.
There are a few solutions:
specify equal heights for your posts with images
use inline-block instead of floats
You can read about this issue here: https://www.ruzee.com/blog/2007/05/align-list-items-horizontally-with-css/
Ivan Kusakovic
12,197 PointsI don't get it because I worked everythings same as Nick in videos, and when he resizes window that doesn't happen. My code is identical to Treehouse's code.
makishamaier
3,070 PointsNevermind, Nick's does this too: See video at 2:18.
Ivan Kusakovic
12,197 PointsI just get back from neighboor and there I tried this code and works fine. It's some error with my computer...