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

Matt Lewis
Matt Lewis
5,970 Points

Wordpress 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?

Check 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.