mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 06:37:49 +08:00
wrap-nav id and wrap-nav class for all menus
This commit is contained in:
parent
85f387be2b
commit
ee0197a706
4 changed files with 11 additions and 7 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue