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

HTML How to Make a Website Adding Pages to a Website Add Iconography

Header moves when I change pages

When I go to my contact page I get a white place above my header and when I switch between the pages the links of other pages move.

I uploaded my site on this url: http://www.southax.nl/

Here you can see what I mean if you change the pages.

Already thanks for now.

Sushant Kumar
Sushant Kumar
Courses Plus Student 3,555 Points

Dear Frans, In contact page there are two option to resolve this issue:

  1. add a css in #wrapper - clear:both; or 2. remove the margin top from h3 tag because h3 is first element in the section, margin hass given in main Css line no 24 and Normlize css line no 126. switch between the pages the links of other pages move.
  2. Portfolio page has more data that's why there is scroll in browser. so if u want to remove this issue then set the min-height of #wrapper.

_Regards

Frans de Haan less than a minute ago Thanks for your answer Sushant Kumar.

I have solved the problems with your answer.

Friendly regards,

Frans