Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Chris Rodriguez
3,872 PointsConsistency in Mobile Navigation
Any thoughts to share on tips for designing a consistent navigation // 'Mobile First' approach?... Basing a site on business context/business needs. Keeping the navigation at the top of the page on EVERY page..vs. allowing it to drop to the foot in order to present the more prominent data...?Thoughts?
3 Answers

Chris Scott
7,673 PointsBe consistent with navigation you don't want your users to lose their way on the site by suddenly moving it, if you do make sure the animation is very deliberate and they can easily find it again.
Also, take a look at the standard responsive menu patterns. http://bradfrost.github.io/this-is-responsive/patterns.html#navigation

Chris Rodriguez
3,872 PointsThe use of a "Return to Top of Page" button. Yay? Nay?
To me, it seems lazy, though sometimes useful....

Chris Rodriguez
3,872 PointsThanks for the feedback, Chris These patterns are a great resource.