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 Styling Web Pages and Navigation Create a Horizontal List of Links

[ANSWERED] nav link padding problems

on my code challenge it tells me to set the top padding to 15px even though i have it set to 15px it still tells me i need to set the top padding to 15px

Trent Burkenpas
Trent Burkenpas
22,388 Points

Hey Jacob,

Can you add your code to your question. That way I will have a better understanding of your issue.

Thanks

2 Answers

sorry guys all i needed to add was an anchor element

Hi Jacob,

this is a tipickle set up:

header { padding: 15px 0 0 0; }

header { padding: Top Right Bottom Left; }

Be sure to double check all the simple things like colons and semi-colons:

Hope This Helps!