qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
10 changed files
with
49 additions
and
11 deletions
| ... | @@ -16848,7 +16848,7 @@ html.mega-menu-primary-off-canvas-open #wpadminbar { | ... | @@ -16848,7 +16848,7 @@ html.mega-menu-primary-off-canvas-open #wpadminbar { |
| 16848 | width: 100%; | 16848 | width: 100%; |
| 16849 | } | 16849 | } |
| 16850 | .branding .navbar-brand { | 16850 | .branding .navbar-brand { |
| 16851 | margin-right: 0px; | 16851 | margin-right: 10px; |
| 16852 | width: 127px; | 16852 | width: 127px; |
| 16853 | height: 53px; | 16853 | height: 53px; |
| 16854 | } | 16854 | } |
| ... | @@ -16874,11 +16874,17 @@ html.mega-menu-primary-off-canvas-open #wpadminbar { | ... | @@ -16874,11 +16874,17 @@ html.mega-menu-primary-off-canvas-open #wpadminbar { |
| 16874 | align-items: flex-start; | 16874 | align-items: flex-start; |
| 16875 | margin-bottom: 0.625rem; | 16875 | margin-bottom: 0.625rem; |
| 16876 | } | 16876 | } |
| 16877 | @media screen and (max-width: 1067px) { | ||
| 16878 | #main-nav .container { | ||
| 16879 | margin: 0rem 1.875rem 0.625rem 1.875rem; | ||
| 16880 | } | ||
| 16881 | } | ||
| 16877 | @media only screen and (max-width: 62.5rem) { | 16882 | @media only screen and (max-width: 62.5rem) { |
| 16878 | #main-nav .container { | 16883 | #main-nav .container { |
| 16879 | height: 90px; | 16884 | height: 90px; |
| 16880 | padding-top: 0px; | 16885 | padding-top: 0px; |
| 16881 | margin-bottom: 0rem; | 16886 | margin-bottom: 0rem; |
| 16887 | margin: 0rem; | ||
| 16882 | } | 16888 | } |
| 16883 | } | 16889 | } |
| 16884 | 16890 | ||
| ... | @@ -19571,11 +19577,21 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19571,11 +19577,21 @@ ul.sf_date_field .sf-datepicker { |
| 19571 | background-size: cover; | 19577 | background-size: cover; |
| 19572 | background-position: center; | 19578 | background-position: center; |
| 19573 | } | 19579 | } |
| 19574 | @media screen and (max-width: 59.375rem) { | 19580 | @media screen and (max-width: 48.875rem) { |
| 19575 | .entry-header.page { | 19581 | .entry-header.page { |
| 19576 | min-height: 260px; | 19582 | min-height: 260px; |
| 19577 | } | 19583 | } |
| 19578 | } | 19584 | } |
| 19585 | @media screen and (max-width: 1067px) { | ||
| 19586 | .entry-header.page .container { | ||
| 19587 | margin: 0rem 1.875rem 0 1.875rem; | ||
| 19588 | } | ||
| 19589 | } | ||
| 19590 | @media screen and (max-width: 48.875rem) { | ||
| 19591 | .entry-header.page .container { | ||
| 19592 | margin: 0rem; | ||
| 19593 | } | ||
| 19594 | } | ||
| 19579 | 19595 | ||
| 19580 | .search-box:hover, | 19596 | .search-box:hover, |
| 19581 | .search-box:focus-within { | 19597 | .search-box:focus-within { |
| ... | @@ -19623,7 +19639,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19623,7 +19639,7 @@ ul.sf_date_field .sf-datepicker { |
| 19623 | right: 0px; | 19639 | right: 0px; |
| 19624 | overflow: hidden; | 19640 | overflow: hidden; |
| 19625 | } | 19641 | } |
| 19626 | @media only screen and (max-width: 48.875rem) { | 19642 | @media screen and (max-width: 1067px) { |
| 19627 | .search-box { | 19643 | .search-box { |
| 19628 | padding: 0rem 0.625rem; | 19644 | padding: 0rem 0.625rem; |
| 19629 | max-width: 90%; | 19645 | max-width: 90%; |
| ... | @@ -20243,7 +20259,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20243,7 +20259,7 @@ ul.sf_date_field .sf-datepicker { |
| 20243 | display: flex; | 20259 | display: flex; |
| 20244 | padding-top: 0px; | 20260 | padding-top: 0px; |
| 20245 | } | 20261 | } |
| 20246 | @media only screen and (max-width: 48.875rem) { | 20262 | @media only screen and (max-width: 1000px) { |
| 20247 | .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal { | 20263 | .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal { |
| 20248 | position: absolute; | 20264 | position: absolute; |
| 20249 | right: 0px; | 20265 | right: 0px; |
| ... | @@ -20818,6 +20834,11 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20818,6 +20834,11 @@ ul.sf_date_field .sf-datepicker { |
| 20818 | #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle { | 20834 | #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle { |
| 20819 | right: 40px !important; | 20835 | right: 40px !important; |
| 20820 | } | 20836 | } |
| 20837 | @media screen and (max-width: 1067px) { | ||
| 20838 | #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle { | ||
| 20839 | right: 45px !important; | ||
| 20840 | } | ||
| 20841 | } | ||
| 20821 | 20842 | ||
| 20822 | .pojo-a11y-toolbar-open .pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link::after { | 20843 | .pojo-a11y-toolbar-open .pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link::after { |
| 20823 | content: ""; | 20844 | content: ""; | ... | ... |
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.
| ... | @@ -9,6 +9,7 @@ body{ | ... | @@ -9,6 +9,7 @@ body{ |
| 9 | max-width: 1067px !important; | 9 | max-width: 1067px !important; |
| 10 | padding-right: 0px; | 10 | padding-right: 0px; |
| 11 | padding-left: 0px; | 11 | padding-left: 0px; |
| 12 | // margin: 0.625rem 1.875rem 0 1.875rem; | ||
| 12 | } | 13 | } |
| 13 | 14 | ||
| 14 | @import "mega_menu"; | 15 | @import "mega_menu"; | ... | ... |
| 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 | ||
| 5 | @media only screen and (max-width: 48.875rem) { | 5 | @media only screen and (max-width: 1000px) { |
| 6 | position: absolute; | 6 | position: absolute; |
| 7 | right: 0px; | 7 | right: 0px; |
| 8 | top:-12px; | 8 | top:-12px; | ... | ... |
| ... | @@ -29,7 +29,7 @@ | ... | @@ -29,7 +29,7 @@ |
| 29 | position: relative; | 29 | position: relative; |
| 30 | width: 100%; | 30 | width: 100%; |
| 31 | .navbar-brand{ | 31 | .navbar-brand{ |
| 32 | margin-right:0px ; | 32 | margin-right:10px ; |
| 33 | width: 127px; | 33 | width: 127px; |
| 34 | height: 53px; | 34 | height: 53px; |
| 35 | // display: inline-block; | 35 | // display: inline-block; |
| ... | @@ -51,11 +51,15 @@ | ... | @@ -51,11 +51,15 @@ |
| 51 | flex-direction: column; | 51 | flex-direction: column; |
| 52 | align-items: flex-start; | 52 | align-items: flex-start; |
| 53 | margin-bottom: 0.625rem; | 53 | margin-bottom: 0.625rem; |
| 54 | @media screen and (max-width: 1067px) { | ||
| 55 | margin: 0rem 1.875rem 0.625rem 1.875rem; | ||
| 56 | } | ||
| 54 | @media only screen and (max-width: 62.5rem) { | 57 | @media only screen and (max-width: 62.5rem) { |
| 55 | height: 90px; | 58 | height: 90px; |
| 56 | padding-top:0px; | 59 | padding-top:0px; |
| 57 | margin-bottom: 0rem; | 60 | margin-bottom: 0rem; |
| 58 | 61 | margin: 0rem; | |
| 62 | |||
| 59 | } | 63 | } |
| 60 | } | 64 | } |
| 61 | 65 | ... | ... |
| ... | @@ -46,9 +46,17 @@ | ... | @@ -46,9 +46,17 @@ |
| 46 | background-repeat: no-repeat; | 46 | background-repeat: no-repeat; |
| 47 | background-size: cover; | 47 | background-size: cover; |
| 48 | background-position: center; | 48 | background-position: center; |
| 49 | @media screen and (max-width: 59.375rem) { | 49 | @media screen and (max-width:48.875rem) { |
| 50 | min-height: 260px; | 50 | min-height: 260px; |
| 51 | } | 51 | } |
| 52 | .container{ | ||
| 53 | @media screen and (max-width: 1067px) { | ||
| 54 | margin: 0rem 1.875rem 0 1.875rem; | ||
| 55 | } | ||
| 56 | @media screen and (max-width:48.875rem) { | ||
| 57 | margin: 0rem; | ||
| 58 | } | ||
| 59 | } | ||
| 52 | } | 60 | } |
| 53 | .search-box:hover, | 61 | .search-box:hover, |
| 54 | .search-box:focus-within{ | 62 | .search-box:focus-within{ |
| ... | @@ -105,7 +113,7 @@ | ... | @@ -105,7 +113,7 @@ |
| 105 | width: 56px; | 113 | width: 56px; |
| 106 | right: 0px; | 114 | right: 0px; |
| 107 | overflow: hidden; | 115 | overflow: hidden; |
| 108 | @media only screen and (max-width: 48.875rem) { | 116 | @media screen and (max-width: 1067px) { |
| 109 | padding: 0rem 0.625rem ; | 117 | padding: 0rem 0.625rem ; |
| 110 | max-width: 90%; | 118 | max-width: 90%; |
| 111 | right: 5%; | 119 | right: 5%; |
| ... | @@ -465,6 +473,7 @@ h1{ | ... | @@ -465,6 +473,7 @@ h1{ |
| 465 | } | 473 | } |
| 466 | } | 474 | } |
| 467 | .fx-style{ | 475 | .fx-style{ |
| 476 | |||
| 468 | .header_text{ | 477 | .header_text{ |
| 469 | display: block; | 478 | display: block; |
| 470 | @media only screen and (max-width: 48.875rem) { | 479 | @media only screen and (max-width: 48.875rem) { | ... | ... |
| ... | @@ -131,6 +131,9 @@ | ... | @@ -131,6 +131,9 @@ |
| 131 | } | 131 | } |
| 132 | #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle{ | 132 | #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle{ |
| 133 | right: 40px !important; | 133 | right: 40px !important; |
| 134 | @media screen and (max-width: 1067px) { | ||
| 135 | right: 45px !important; | ||
| 136 | } | ||
| 134 | } | 137 | } |
| 135 | .pojo-a11y-toolbar-open{ | 138 | .pojo-a11y-toolbar-open{ |
| 136 | .pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link::after{ | 139 | .pojo-a11y-toolbar-link.pojo-a11y-toolbar-toggle-link::after{ | ... | ... |
| ... | @@ -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.5302 | 5 | Version: 1.0.5303 |
| 6 | */ | 6 | */ |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment