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

adding space between profile picture and description text on about page

On my about page when using internet browser landscape view, the picture and text and too close to each other. I would like to add some space between image and text. I did this firstly with padding but that distorts the picture's border radius. Not sure why.

Hi Tom - without seeing your code it is difficult to comment fully, but you should probably look at adding some extra margin-right to the image or the margin-left to the text element, if you post your code someone will be able to give you a proper answer.

Thank you Sam, margin right solved my problem. I was looking in wrong area, namely main.css, when the issue was in responsive.css. Thanks for pointing me in the right direction!

Tom.