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 trialZina Hollman
1,714 PointsCannot get the white space at the top of my header to go away on 2 out of 3 webpages. Cannot find the inconsistency.
On the mobile version the white space is on 2 out of 3 pages, on the wider screen a different page has the problem. I'm assuming that there must be a problem with the main AND responsive versions of the CSS. I've looked at the HTML to make sure the pages are consistently linked correctly to the CSS. Not sure where to look now, or how to override.
1 Answer
Ron Horn
7,591 PointsAre you putting down media queries in your CSS for view port sizes to adjust for different screen sizes?
Zina Hollman
1,714 PointsZina Hollman
1,714 PointsFound the answer on a previous question. I added the following to my main.css:
wrapper
{ clear: left; }
Thanks!