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

WordPress

Joel Rivera
Joel Rivera
29,401 Points

Bootstrap to WordPress Off Canvas

Just wrapped up the Bootstrap to WordPress course and I am enhancing it as suggested. I did notice that the end result left a scrolling effect for the Off Canvas. I resolved it using this code snippet.

body { overflow-x: hidden; /* Prevent scroll on narrow devices */ }

It looked as if it worked because the scroll bars disappeared but I can still scroll. Anyone else found a fix for this?

Also I am attempting to implement the Walker nav for support of the drop down with caret that bootstrap has by using the github info. Sadly I have not gotten it to work. I was wondering if anyone has figured this out.

Thanks.