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

isaac brakha
isaac brakha
6,781 Points

Problem. Too many items on website menu

this is the link to the website page im trying to fix "http://mbl.com.pa/?page_id=224", when you shorten the size of the windows, the menu items jump out of place, i need them all, i dont know what to do, maybe make the menu slideable, or have them stack on top of each other without tresspassing into the display area... Plss help.. wordpresss this is all wordpress by the way

1 Answer

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

All you need to do is get into your style.css file or any other CSS files that are enqueued in your theme and control the layout with media queries. That way you can tailor your layout at all the breakpoints you need including the changes to your navigation that you suggest.

If needs be make a static version of your design which you can then use to update your PHP templates. :-)

Good luck!