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 trialRichard Brown
6,950 PointsResponsive Menu not working correctly
Hi.
Can someone please look through this codePen.
https://codepen.io/RickBrown/pen/rrLpmg?editors=1100
I have worked through this lesson, but the menu is now broken (it was working prior to the changes made in this lesson).
I genuinely can't see where I have gone wrong. Many thanks in advance.
Rick
1 Answer
Oenas Vaes
Front End Web Development Techdegree Graduate 17,319 PointsHello,
I hope you figured it out eventually! If you didn't, try to update your Bootstrap external CSS link to following;
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/css/bootstrap.min.css" integrity="sha384-Zug+QiDoJOrZ5t4lssLdxGhVrurbmBWopoEl+M6BdEfwnCJZtKxi1KgxUyJq13dy" crossorigin="anonymous">
This is the most up-to-date Bootstrap CSS version.
-Oenas