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 How to Make a Website Responsive Web Design and Testing Adjust the Profile Page and Header

My columns don't re-arrange as I adjust my browser window - text flows underneath, and the photo does not stack.

Seems like I'm missing some code.... any ideas?

Keith Kelly
Keith Kelly
21,326 Points

Can you post your code with the question so we can take a look at what you have so far? If you need some guidance for posting code please checkout the Markdown Cheatsheet (below the comment / answer textarea)

Wayne Priestley
Wayne Priestley
19,579 Points

Hi Jeff,

As Keith says, we really can't help until we see your code.

Here is a link to explain how to use Markdown to post your code How to post code

If you look at the bottom of the box when your typing a reply you will see Markdown Cheatsheet that will also explain how to post your code.

You have to make sure you have a bit of space under your last line of text in your post. Then you add three back ticks followed by html or css depending on the type of code your inserting.
Then straight after your last line of code you add another three back ticks.
Remember to leave at least a few lines between any text at the top or bottom of your code.

alt text

Hope this helps.

1 Answer

Ken Drummond
Ken Drummond
1,506 Points

I had this problem with the About page using Chrome. The browser itself will not go narrow enough to cause it to stack. I made the profile picture larger and Chrome responded with the stacking effect (.profile-photo max-width). The Portfolio and Contacts pages work fine.

Firefox was similar to Chrome. MSIE was more accommodating.