wrap-nav id and wrap-nav class for all menus

This commit is contained in:
Alexander Agnarson 2020-08-24 13:02:36 +02:00
parent 85f387be2b
commit ee0197a706
4 changed files with 11 additions and 7 deletions

View file

@ -1,7 +1,7 @@
/*
Theme Name: Curver
Theme URI: http://alx.media/themes/curver/
Version: 1.1.6
Version: 1.1.7
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.5
@ -572,10 +572,10 @@ background-image: linear-gradient(to top left,#ff8a00,#da1b60); }
/* menu hide and display */
@media only screen and (min-width: 720px) {
.mobile-menu #nav-mobile-nav { display: none; }
.mobile-menu #wrap-nav-mobile { display: none; }
}
@media only screen and (max-width: 719px) {
.mobile-menu #nav-header-nav { display: none; }
.mobile-menu #wrap-nav-header { display: none; }
#nav-mobile,
#nav-header,
#nav-footer { display: none; }