71c79340 by Jeff Balicki

menu fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent c550a773
......@@ -15095,13 +15095,19 @@ body {
}
}
@media only screen and (max-width: 1000px) {
.mega-indicator {
display: none !important;
}
.mega-indicator::after {
display: none !important;
}
#mega-menu-primary {
padding-top: 20px !important;
padding-bottom: 130px !important;
height: calc(100vh - 80px) !important;
}
.admin-bar #mega-menu-primary {
margin-top: 140px !important;
margin-top: 10px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
display: none !important;
......@@ -15133,6 +15139,7 @@ body {
position: absolute;
top: 12px;
right: 0px;
display: none !important;
}
.back-one-level {
background-color: #EE0000;
......@@ -15168,6 +15175,9 @@ body {
.mega-indicator {
display: none !important;
}
.mega-description-group:after {
display: none !important;
}
.mega-sub-menu .mega-menu-item-has-children > .mega-menu-link > .mega-description-group > .mega-menu-title {
position: relative;
display: inline-block;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -125,7 +125,12 @@
@media only screen and (max-width: 1000px) {
.mega-indicator{
display: none !important;
}
.mega-indicator::after{
display: none !important;
}
#mega-menu-primary{
padding-top: 20px !important;
......@@ -134,7 +139,7 @@
height: calc(100vh - 80px) !important;
}
.admin-bar #mega-menu-primary{
margin-top: 140px !important;
margin-top: 10px !important;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after{
display: none !important;
......@@ -168,6 +173,7 @@
position: absolute;
top: 12px;
right: 0px;
display: none !important;
}
.back-one-level{
......@@ -209,6 +215,9 @@
display: none !important;
}
.mega-description-group:after{
display: none !important;
}
.mega-sub-menu{
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.48
Version: 1.0.49
*/
......