6de2f4e4 by Jeff Balicki

ddd

1 parent 2fbcb7f0
...@@ -16567,13 +16567,13 @@ ss3-force-full-width { ...@@ -16567,13 +16567,13 @@ ss3-force-full-width {
16567 } 16567 }
16568 } 16568 }
16569 16569
16570 #mobile.n2-section-smartslider { 16570 #mobile2.n2-section-smartslider {
16571 display: none; 16571 display: none;
16572 max-width: 100vw; 16572 max-width: 100vw;
16573 overflow-x: hidden; 16573 overflow-x: hidden;
16574 } 16574 }
16575 @media (max-width: 500px) { 16575 @media (max-width: 500px) {
16576 #mobile.n2-section-smartslider { 16576 #mobile2.n2-section-smartslider {
16577 display: block; 16577 display: block;
16578 } 16578 }
16579 } 16579 }
......
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.
...@@ -196,7 +196,7 @@ $(window).on('load resize scroll', function() { ...@@ -196,7 +196,7 @@ $(window).on('load resize scroll', function() {
196 196
197 if ($(window).width() < 600) { 197 if ($(window).width() < 600) {
198 console.log($(window).width() ); 198 console.log($(window).width() );
199 $("#mobile.n2-section-smartslider").hide(); 199 $("#mobile2.n2-section-smartslider").hide();
200 $('html, body').css({ 200 $('html, body').css({
201 overflow: 'hidden', 201 overflow: 'hidden',
202 height: '100vh' 202 height: '100vh'
...@@ -212,7 +212,7 @@ $(window).on('load resize scroll', function() { ...@@ -212,7 +212,7 @@ $(window).on('load resize scroll', function() {
212 212
213 if ($(window).width() < 600) { 213 if ($(window).width() < 600) {
214 console.log($(window).width() ); 214 console.log($(window).width() );
215 $("#mobile.n2-section-smartslider").show(); 215 $("#mobile2.n2-section-smartslider").show();
216 $('html, body').css({ 216 $('html, body').css({
217 overflow: 'scroll', 217 overflow: 'scroll',
218 height: 'auto' 218 height: 'auto'
......
...@@ -83,7 +83,7 @@ ss3-force-full-width{ ...@@ -83,7 +83,7 @@ ss3-force-full-width{
83 } 83 }
84 84
85 85
86 #mobile.n2-section-smartslider{ 86 #mobile2.n2-section-smartslider{
87 display: none; 87 display: none;
88 max-width: 100vw; 88 max-width: 100vw;
89 overflow-x: hidden; 89 overflow-x: hidden;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.1.3020 8 Version: 1.1.3021
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......