678b4189 by Jeff Balicki

mobile fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent d8e970ab
...@@ -20166,7 +20166,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -20166,7 +20166,7 @@ ul.sf_date_field .sf-datepicker {
20166 20166
20167 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal { 20167 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
20168 display: flex; 20168 display: flex;
20169 padding-top: 2px; 20169 padding-top: 0px;
20170 } 20170 }
20171 @media only screen and (max-width: 48.875rem) { 20171 @media only screen and (max-width: 48.875rem) {
20172 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal { 20172 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
...@@ -20185,6 +20185,10 @@ ul.sf_date_field .sf-datepicker { ...@@ -20185,6 +20185,10 @@ ul.sf_date_field .sf-datepicker {
20185 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal a:hover { 20185 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal a:hover {
20186 color: #699 !important; 20186 color: #699 !important;
20187 } 20187 }
20188 .admin-bar .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
20189 margin-top: -10px;
20190 }
20191
20188 .promo-area { 20192 .promo-area {
20189 width: 100%; 20193 width: 100%;
20190 display: flex; 20194 display: flex;
...@@ -21438,7 +21442,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -21438,7 +21442,7 @@ ul.sf_date_field .sf-datepicker {
21438 color: #fff; 21442 color: #fff;
21439 font-weight: bold; 21443 font-weight: bold;
21440 } 21444 }
21441 @media only screen and (min-width: 67.063rem) { 21445 @media only screen and (max-width: 67.063rem) {
21442 .load-more-link-out { 21446 .load-more-link-out {
21443 margin: auto; 21447 margin: auto;
21444 display: block; 21448 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.
1 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal{ 1 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal{
2 display: flex; 2 display: flex;
3 padding-top: 2px; 3 padding-top: 0px;
4
4 @media only screen and (max-width: 48.875rem) { 5 @media only screen and (max-width: 48.875rem) {
5 position: absolute; 6 position: absolute;
6 right: 0px; 7 right: 0px;
...@@ -22,5 +23,5 @@ ...@@ -22,5 +23,5 @@
22 } 23 }
23 24
24 .admin-bar .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal{ 25 .admin-bar .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal{
25 //top: 3px; 26 margin-top: -10px;
26 } 27 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
256 font-size: 14px; 256 font-size: 14px;
257 color: #fff; 257 color: #fff;
258 font-weight: bold; 258 font-weight: bold;
259 @media only screen and (min-width: 67.063rem) { 259 @media only screen and (max-width: 67.063rem) {
260 margin: auto; 260 margin: auto;
261 display: block; 261 display: block;
262 width: 300px; 262 width: 300px;
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
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.511 5 Version: 1.0.512
6 */ 6 */
7 7
......