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
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