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