71c79340 by Jeff Balicki

menu fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent c550a773
...@@ -15095,13 +15095,19 @@ body { ...@@ -15095,13 +15095,19 @@ body {
15095 } 15095 }
15096 } 15096 }
15097 @media only screen and (max-width: 1000px) { 15097 @media only screen and (max-width: 1000px) {
15098 .mega-indicator {
15099 display: none !important;
15100 }
15101 .mega-indicator::after {
15102 display: none !important;
15103 }
15098 #mega-menu-primary { 15104 #mega-menu-primary {
15099 padding-top: 20px !important; 15105 padding-top: 20px !important;
15100 padding-bottom: 130px !important; 15106 padding-bottom: 130px !important;
15101 height: calc(100vh - 80px) !important; 15107 height: calc(100vh - 80px) !important;
15102 } 15108 }
15103 .admin-bar #mega-menu-primary { 15109 .admin-bar #mega-menu-primary {
15104 margin-top: 140px !important; 15110 margin-top: 10px !important;
15105 } 15111 }
15106 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after { 15112 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after {
15107 display: none !important; 15113 display: none !important;
...@@ -15133,6 +15139,7 @@ body { ...@@ -15133,6 +15139,7 @@ body {
15133 position: absolute; 15139 position: absolute;
15134 top: 12px; 15140 top: 12px;
15135 right: 0px; 15141 right: 0px;
15142 display: none !important;
15136 } 15143 }
15137 .back-one-level { 15144 .back-one-level {
15138 background-color: #EE0000; 15145 background-color: #EE0000;
...@@ -15168,6 +15175,9 @@ body { ...@@ -15168,6 +15175,9 @@ body {
15168 .mega-indicator { 15175 .mega-indicator {
15169 display: none !important; 15176 display: none !important;
15170 } 15177 }
15178 .mega-description-group:after {
15179 display: none !important;
15180 }
15171 .mega-sub-menu .mega-menu-item-has-children > .mega-menu-link > .mega-description-group > .mega-menu-title { 15181 .mega-sub-menu .mega-menu-item-has-children > .mega-menu-link > .mega-description-group > .mega-menu-title {
15172 position: relative; 15182 position: relative;
15173 display: inline-block; 15183 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 @@ ...@@ -125,7 +125,12 @@
125 125
126 @media only screen and (max-width: 1000px) { 126 @media only screen and (max-width: 1000px) {
127 127
128 128 .mega-indicator{
129 display: none !important;
130 }
131 .mega-indicator::after{
132 display: none !important;
133 }
129 134
130 #mega-menu-primary{ 135 #mega-menu-primary{
131 padding-top: 20px !important; 136 padding-top: 20px !important;
...@@ -134,7 +139,7 @@ ...@@ -134,7 +139,7 @@
134 height: calc(100vh - 80px) !important; 139 height: calc(100vh - 80px) !important;
135 } 140 }
136 .admin-bar #mega-menu-primary{ 141 .admin-bar #mega-menu-primary{
137 margin-top: 140px !important; 142 margin-top: 10px !important;
138 } 143 }
139 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after{ 144 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open:after{
140 display: none !important; 145 display: none !important;
...@@ -168,6 +173,7 @@ ...@@ -168,6 +173,7 @@
168 position: absolute; 173 position: absolute;
169 top: 12px; 174 top: 12px;
170 right: 0px; 175 right: 0px;
176 display: none !important;
171 } 177 }
172 178
173 .back-one-level{ 179 .back-one-level{
...@@ -209,6 +215,9 @@ ...@@ -209,6 +215,9 @@
209 display: none !important; 215 display: none !important;
210 216
211 } 217 }
218 .mega-description-group:after{
219 display: none !important;
220 }
212 .mega-sub-menu{ 221 .mega-sub-menu{
213 222
214 223
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.48 5 Version: 1.0.49
6 */ 6 */
......