qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
8 changed files
with
24 additions
and
6 deletions
| ... | @@ -16863,7 +16863,7 @@ html.mega-menu-primary-off-canvas-open #wpadminbar { | ... | @@ -16863,7 +16863,7 @@ html.mega-menu-primary-off-canvas-open #wpadminbar { |
| 16863 | #main-nav { | 16863 | #main-nav { |
| 16864 | box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137); | 16864 | box-shadow: 0rem 0.1875rem 0.375rem rgba(0, 0, 0, 0.1607843137); |
| 16865 | } | 16865 | } |
| 16866 | @media only screen and (max-width: 48.875rem) { | 16866 | @media only screen and (max-width: 1000px) { |
| 16867 | #main-nav { | 16867 | #main-nav { |
| 16868 | height: 90PX; | 16868 | height: 90PX; |
| 16869 | } | 16869 | } |
| ... | @@ -19368,6 +19368,16 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19368,6 +19368,16 @@ ul.sf_date_field .sf-datepicker { |
| 19368 | background: transparent; | 19368 | background: transparent; |
| 19369 | } | 19369 | } |
| 19370 | } | 19370 | } |
| 19371 | @media screen and (max-width: 1067px) { | ||
| 19372 | .content-container .container { | ||
| 19373 | margin: 0rem 1.875rem 0 1.875rem; | ||
| 19374 | } | ||
| 19375 | } | ||
| 19376 | @media screen and (max-width: 48.875rem) { | ||
| 19377 | .content-container .container { | ||
| 19378 | margin: 0rem; | ||
| 19379 | } | ||
| 19380 | } | ||
| 19371 | .content-container p { | 19381 | .content-container p { |
| 19372 | color: #fff; | 19382 | color: #fff; |
| 19373 | font-size: 22px; | 19383 | font-size: 22px; |
| ... | @@ -20259,7 +20269,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20259,7 +20269,7 @@ ul.sf_date_field .sf-datepicker { |
| 20259 | display: flex; | 20269 | display: flex; |
| 20260 | padding-top: 0px; | 20270 | padding-top: 0px; |
| 20261 | } | 20271 | } |
| 20262 | @media only screen and (max-width: 1000px) { | 20272 | @media only screen and (max-width: 48.875rem) { |
| 20263 | .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal { | 20273 | .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal { |
| 20264 | position: absolute; | 20274 | position: absolute; |
| 20265 | right: 0px; | 20275 | right: 0px; | ... | ... |
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.
| ... | @@ -48,6 +48,14 @@ | ... | @@ -48,6 +48,14 @@ |
| 48 | @media only screen and (max-width: 48.875rem) { | 48 | @media only screen and (max-width: 48.875rem) { |
| 49 | background:transparent; | 49 | background:transparent; |
| 50 | } | 50 | } |
| 51 | .container{ | ||
| 52 | @media screen and (max-width: 1067px) { | ||
| 53 | margin: 0rem 1.875rem 0 1.875rem; | ||
| 54 | } | ||
| 55 | @media screen and (max-width:48.875rem) { | ||
| 56 | margin: 0rem; | ||
| 57 | } | ||
| 58 | } | ||
| 51 | p{ | 59 | p{ |
| 52 | color: #fff; | 60 | color: #fff; |
| 53 | font-size: 22px; | 61 | font-size: 22px; | ... | ... |
| 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: 0px; | 3 | padding-top: 0px; |
| 4 | 4 | //margin-top: -10px; | |
| 5 | @media only screen and (max-width: 1000px) { | 5 | @media only screen and (max-width: 48.875rem) { |
| 6 | position: absolute; | 6 | position: absolute; |
| 7 | right: 0px; | 7 | right: 0px; |
| 8 | top:-12px; | 8 | top:-12px; | ... | ... |
| ... | @@ -43,7 +43,7 @@ | ... | @@ -43,7 +43,7 @@ |
| 43 | #main-nav{ | 43 | #main-nav{ |
| 44 | box-shadow: 0rem 0.1875rem 0.375rem #00000029; | 44 | box-shadow: 0rem 0.1875rem 0.375rem #00000029; |
| 45 | //z-index: 9999; | 45 | //z-index: 9999; |
| 46 | @media only screen and (max-width: 48.875rem) { | 46 | @media only screen and (max-width:1000px) { |
| 47 | height: 90PX; | 47 | height: 90PX; |
| 48 | } | 48 | } |
| 49 | } | 49 | } | ... | ... |
| ... | @@ -2,5 +2,5 @@ | ... | @@ -2,5 +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.5303 | 5 | Version: 1.0.5304 |
| 6 | */ | 6 | */ |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment