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

Nicholas Dixon
Nicholas Dixon
9,514 Points

New Normalize.css file creating issues

If I use a the up to date Normalize file and apply it a Web page I made using the Grid Layout technique as shown in CSS Layout Techniques course, I get spacing issues when viewing the Web page on smaller screens. The Logo text and the navigation is no longer centered and moves to the left. I have tried everything I can think of.

Nicholas Dixon
Nicholas Dixon
9,514 Points

There are formatting problems when I use the new Normalization file to replaces the old one. On smaller screen sizes some of the navigation loses its formatting, it is no longer centred and now has a list style applied.

There are also spacing issues on larger screen sizes with the logo and navigation in the header no longer formatted neatly.

https://github.com/nicholasdixon/WebPageTemplate.git

Below is the formatting with the old Normalization file https://github.com/nicholasdixon/WebPageTemplateWithOldNormalizeFile.git

1 Answer

Colin Marshall
Colin Marshall
32,861 Points

Can you post a CodePen of your code so we can have a look?