6de2f4e4 by Jeff Balicki

ddd

1 parent 2fbcb7f0
......@@ -16567,13 +16567,13 @@ ss3-force-full-width {
}
}
#mobile.n2-section-smartslider {
#mobile2.n2-section-smartslider {
display: none;
max-width: 100vw;
overflow-x: hidden;
}
@media (max-width: 500px) {
#mobile.n2-section-smartslider {
#mobile2.n2-section-smartslider {
display: 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.
......@@ -196,7 +196,7 @@ $(window).on('load resize scroll', function() {
if ($(window).width() < 600) {
console.log($(window).width() );
$("#mobile.n2-section-smartslider").hide();
$("#mobile2.n2-section-smartslider").hide();
$('html, body').css({
overflow: 'hidden',
height: '100vh'
......@@ -212,7 +212,7 @@ $(window).on('load resize scroll', function() {
if ($(window).width() < 600) {
console.log($(window).width() );
$("#mobile.n2-section-smartslider").show();
$("#mobile2.n2-section-smartslider").show();
$('html, body').css({
overflow: 'scroll',
height: 'auto'
......
......@@ -83,7 +83,7 @@ ss3-force-full-width{
}
#mobile.n2-section-smartslider{
#mobile2.n2-section-smartslider{
display: none;
max-width: 100vw;
overflow-x: hidden;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.3020
Version: 1.1.3021
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......