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 CSS Layout Techniques Positioning Schemes Positioning Schemes Challenge

Robbie Singh
Robbie Singh
3,675 Points

How do I modify the "offset value" of an element?

My challenge task is:

Give main-logo a top offset of 25px and a left offset of 25px. Then, give main-nav a bottom offset of 30px and a right offset of 25px.

Not sure what to do here as I changed both margin and padding properties. Still got the Bummer message...

1 Answer

copy and paste this code....


the problem you got i think is because you used a property selecter of offsetTop instead of top ect