6dfe0f61 by Jeff Balicki

ww

1 parent 57b16bcd
...@@ -16494,7 +16494,7 @@ ss3-force-full-width { ...@@ -16494,7 +16494,7 @@ ss3-force-full-width {
16494 #desktop.n2-section-smartslider { 16494 #desktop.n2-section-smartslider {
16495 display: block; 16495 display: block;
16496 } 16496 }
16497 @media (max-width: 768px) { 16497 @media (max-width: 500px) {
16498 #desktop.n2-section-smartslider { 16498 #desktop.n2-section-smartslider {
16499 display: none; 16499 display: none;
16500 } 16500 }
...@@ -16503,7 +16503,7 @@ ss3-force-full-width { ...@@ -16503,7 +16503,7 @@ ss3-force-full-width {
16503 #mobile.n2-section-smartslider { 16503 #mobile.n2-section-smartslider {
16504 display: none; 16504 display: none;
16505 } 16505 }
16506 @media (max-width: 768px) { 16506 @media (max-width: 500px) {
16507 #mobile.n2-section-smartslider { 16507 #mobile.n2-section-smartslider {
16508 display: block; 16508 display: block;
16509 } 16509 }
...@@ -16561,10 +16561,10 @@ ss3-force-full-width { ...@@ -16561,10 +16561,10 @@ ss3-force-full-width {
16561 } 16561 }
16562 @media screen and (max-width: 768px) { 16562 @media screen and (max-width: 768px) {
16563 .page-template-numbers-page #Layer_1 { 16563 .page-template-numbers-page #Layer_1 {
16564 top: 50px; 16564 top: 0px;
16565 } 16565 }
16566 } 16566 }
16567 @media screen and (max-width: 768px) { 16567 @media screen and (max-width: 500px) {
16568 .page-template-numbers-page div#n2-ss-2 .n2-ss-slide-limiter { 16568 .page-template-numbers-page div#n2-ss-2 .n2-ss-slide-limiter {
16569 max-width: 1266px; 16569 max-width: 1266px;
16570 } 16570 }
......
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.
...@@ -68,7 +68,7 @@ ss3-force-full-width{ ...@@ -68,7 +68,7 @@ ss3-force-full-width{
68 68
69 #desktop.n2-section-smartslider{ 69 #desktop.n2-section-smartslider{
70 display: block; 70 display: block;
71 @media (max-width: 768px) { 71 @media (max-width: 500px) {
72 display: none; 72 display: none;
73 } 73 }
74 } 74 }
...@@ -76,7 +76,7 @@ ss3-force-full-width{ ...@@ -76,7 +76,7 @@ ss3-force-full-width{
76 76
77 #mobile.n2-section-smartslider{ 77 #mobile.n2-section-smartslider{
78 display: none; 78 display: none;
79 @media (max-width: 768px) { 79 @media (max-width: 500px) {
80 display: block; 80 display: block;
81 } 81 }
82 } 82 }
...@@ -125,11 +125,11 @@ ss3-force-full-width{ ...@@ -125,11 +125,11 @@ ss3-force-full-width{
125 top: 150px; 125 top: 150px;
126 } 126 }
127 @media screen and (max-width: 768px) { 127 @media screen and (max-width: 768px) {
128 top: 50px; 128 top: 0px;
129 } 129 }
130 } 130 }
131 div#n2-ss-2 .n2-ss-slide-limiter{ 131 div#n2-ss-2 .n2-ss-slide-limiter{
132 @media screen and (max-width: 768px) { 132 @media screen and (max-width: 500px) {
133 max-width:1266px; 133 max-width:1266px;
134 } 134 }
135 } 135 }
......
...@@ -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.301 8 Version: 1.1.302
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
......