Re: [css-d] issue with pop-out navigation

2017-03-08 Thread Emanuele Venezia
I meant that definition applies both to #mySidenav and to #primary-menu sorry Il 08/03/2017 15:54, Emanuele Venezia ha scritto: Hi Chris, you have a .nav-menu { width: 0; } which applies either to div#mySidenav or to ul#primary-menu. When you overwrite the width as an inline style insid

Re: [css-d] issue with pop-out navigation

2017-03-08 Thread Emanuele Venezia
Hi Chris, you have a .nav-menu { width: 0; } which applies either to div#mySidenav or to ul#primary-menu. When you overwrite the width as an inline style inside the #mySidenav, that definition keeps affecting the #primary-menu. Emanuele Il 08/03/2017 15:09, Chris Kavinsky ha scritto: I

[css-d] issue with pop-out navigation

2017-03-08 Thread Chris Kavinsky
I'm trying to incorporate a pop-out navigation (from https://www.w3schools.com/howto/howto_js_sidenav.asp) to work with a wordpress-created navigation. The problem I'm having is getting the a links to show up within the ul and li. Here's the demo page I'm working with. What am I overlooking in orde