09fe3824 by Jeff Balicki

menu

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 5fad024e
...@@ -16583,10 +16583,12 @@ html.mega-menu-primary-off-canvas-open #wpadminbar { ...@@ -16583,10 +16583,12 @@ html.mega-menu-primary-off-canvas-open #wpadminbar {
16583 padding: 0rem 2.125rem; 16583 padding: 0rem 2.125rem;
16584 margin: auto; 16584 margin: auto;
16585 left: calc(-100% - 2.125rem); 16585 left: calc(-100% - 2.125rem);
16586 top: 1px;
16586 margin-top: 0.625rem; 16587 margin-top: 0.625rem;
16587 min-height: 100vh; 16588 min-height: 100vh;
16588 background-color: #F0F0F0; 16589 background-color: #F0F0F0;
16589 position: relative; 16590 position: relative;
16591 box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
16590 } 16592 }
16591 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu { 16593 #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
16592 margin-top: 0rem; 16594 margin-top: 0rem;
......
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.
...@@ -26178,12 +26178,14 @@ ...@@ -26178,12 +26178,14 @@
26178 var mySwiper = new Swiper(thisSwiper, swiper_params); 26178 var mySwiper = new Swiper(thisSwiper, swiper_params);
26179 if ($(window).width() < 1074) { 26179 if ($(window).width() < 1074) {
26180 mySwiper.destroy(false, true); 26180 mySwiper.destroy(false, true);
26181 //$('.carousel-items .swiper-wrapper').css('margin-right', '150px')
26181 } 26182 }
26182 $(window).on('resize', function () { 26183 $(window).on('resize', function () {
26183 if ($(window).width() > 1074) { 26184 if ($(window).width() > 1074) {
26184 mySwiper = new Swiper(thisSwiper, swiper_params); 26185 mySwiper = new Swiper(thisSwiper, swiper_params);
26185 } else { 26186 } else {
26186 mySwiper.destroy(false, true); 26187 mySwiper.destroy(false, true);
26188 // $('.carousel-items .swiper-wrapper').css('margin-right', '150px')
26187 } 26189 }
26188 }); 26190 });
26189 }); 26191 });
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
...@@ -67,6 +67,7 @@ jQuery(document).ready(function($) { ...@@ -67,6 +67,7 @@ jQuery(document).ready(function($) {
67 67
68 if ($(window).width() < 1074) { 68 if ($(window).width() < 1074) {
69 mySwiper.destroy(false, true); 69 mySwiper.destroy(false, true);
70 //$('.carousel-items .swiper-wrapper').css('margin-right', '150px')
70 }; 71 };
71 72
72 $(window).on('resize', function(){ 73 $(window).on('resize', function(){
...@@ -74,6 +75,7 @@ jQuery(document).ready(function($) { ...@@ -74,6 +75,7 @@ jQuery(document).ready(function($) {
74 mySwiper = new Swiper(thisSwiper, swiper_params); 75 mySwiper = new Swiper(thisSwiper, swiper_params);
75 }else{ 76 }else{
76 mySwiper.destroy(false, true); 77 mySwiper.destroy(false, true);
78 // $('.carousel-items .swiper-wrapper').css('margin-right', '150px')
77 } 79 }
78 }); 80 });
79 81
......
...@@ -161,10 +161,12 @@ ...@@ -161,10 +161,12 @@
161 padding: 0rem 2.125rem; 161 padding: 0rem 2.125rem;
162 margin: auto; 162 margin: auto;
163 left: calc(-100% - 2.125rem); 163 left: calc(-100% - 2.125rem);
164 top:1px;
164 margin-top: 0.625rem; 165 margin-top: 0.625rem;
165 min-height: 100vh; 166 min-height: 100vh;
166 background-color: #F0F0F0; 167 background-color: #F0F0F0;
167 position: relative; 168 position: relative;
169 box-shadow: inset 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
168 //overflow: hidden !important; 170 //overflow: hidden !important;
169 171
170 } 172 }
......
...@@ -2,6 +2,5 @@ ...@@ -2,6 +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.518 5 Version: 1.0.519
6 */ 6 */
7
......