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

disable mobile menu

Is there a way to disable the mobile menu collapse?

I'm trying to remove it and have the text nav show on mobile devices.

Been searching for hours and can't find a solution.

The site is http://www.mother-bride.com

Thanks. Kerry

2 Answers

Jacobus Hindson
Jacobus Hindson
14,429 Points

Hi Kerry,

There is a break point of 979px set in the following file ethos.css that is altering the appearance of your nav, I had a quick look at the file and it appears to be minified which makes it hard to read but there are some clear rules about .x-nav (navigation) and it's children.

This would be the place to start.

Hi Jacobus

Thanks for your reply.

I setup a staging area, and managed to find a workaround for it.

Theme X is not good to work with, :)