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.

Matt Lewis
5,970 PointsWordpress navigation pushing content down?
Hello everyone! This could just be a little thing that I'm missing, but I'm trying include an off-canvas navigation to a Wordpress site that has a side button to open always set at 100% height. The problem is, it's pushing the content down below it, when I want it to be displayed above the content at all times. You can see the example at http://hatchingbigideas.com/valdophye/
Can anyone help?
Sean Jackson
Courses Plus Student 13,986 PointsSean Jackson
Courses Plus Student 13,986 PointsCheck the padding on the container div that the text is between. Also check the positioning it needs to be absolute or else it will jump around the page. This stuff can be manipulated through the CSS template, but you need to find the appropriate class or id name on the .php page first.