Re: [css-d] help with responsive navigation

2016-11-04 Thread Chris Rockwell
What Greg said... /*Show menu when invisible checkbox is checked*/ input[type=checkbox]:checked ~ .menu-main-navigation-container #menu-main-navigation { display: block; } ^ That is in your css files On Fri, Nov 4, 2016 at 3:16 PM Greg Gamble wrote: > Looks like the class names are di

Re: [css-d] help with responsive navigation

2016-11-04 Thread Greg Gamble
Looks like the class names are different, and open and close quotes are missing for class and id attributes Greg -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Chris Kavinsky Sent: Friday, November 04, 2016 11:59 AM

[css-d] help with responsive navigation

2016-11-04 Thread Chris Kavinsky
I'm reworking a client site navigation to work better responsively and using a previous site as a model. I think I have the page code and css code correct, but I'm not getting the correct results. In short, the menu is collapsing when the screen is smaller but the link isn't toggling the menu, and