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

General Discussion

nicholas maddren
nicholas maddren
12,793 Points

Why is it such a nightmare making custom Bootstrap changes?

I have tried to create a navbar similar to the one seen here http://www.autotrader.co.uk/. When it scrolls past a certain point it follows the screen and a home icon slides out. I know that if I code it outside of the Bootstrap grid that I can make it however is this bad practice whilst using Bootstrap?

Thanks any help would be great.

1 Answer

Sander de Wijs
PLUS
Sander de Wijs
Courses Plus Student 22,267 Points

Bootstrap is a framework that is designed as a starting point. It doesn't have restrictions on how to use it, so it is not bad practice (in my opinion) to code around the exsisting Bootstrap navigation and grid.