more fixes
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
16 changed files
with
56 additions
and
19 deletions
| ... | @@ -15370,7 +15370,7 @@ body { | ... | @@ -15370,7 +15370,7 @@ body { |
| 15370 | @media only screen and (max-width: 1000px) { | 15370 | @media only screen and (max-width: 1000px) { |
| 15371 | #main-nav .container { | 15371 | #main-nav .container { |
| 15372 | height: 90px; | 15372 | height: 90px; |
| 15373 | padding-top: 30px; | 15373 | padding-top: 25px; |
| 15374 | margin-bottom: 0px; | 15374 | margin-bottom: 0px; |
| 15375 | } | 15375 | } |
| 15376 | } | 15376 | } |
| ... | @@ -15385,7 +15385,15 @@ body { | ... | @@ -15385,7 +15385,15 @@ body { |
| 15385 | margin-left: 0px; | 15385 | margin-left: 0px; |
| 15386 | } | 15386 | } |
| 15387 | .navbar-brand { | 15387 | .navbar-brand { |
| 15388 | width: 100px; | 15388 | width: 130px; |
| 15389 | } | ||
| 15390 | } | ||
| 15391 | @media only screen and (max-width: 400px) { | ||
| 15392 | .site-title { | ||
| 15393 | font-size: 18px; | ||
| 15394 | line-height: 24px; | ||
| 15395 | margin-left: 0px; | ||
| 15396 | padding-left: 15px; | ||
| 15389 | } | 15397 | } |
| 15390 | } | 15398 | } |
| 15391 | .site { | 15399 | .site { |
| ... | @@ -16728,7 +16736,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -16728,7 +16736,7 @@ ul.sf_date_field .sf-datepicker { |
| 16728 | } | 16736 | } |
| 16729 | 16737 | ||
| 16730 | #advance-search-modal { | 16738 | #advance-search-modal { |
| 16731 | z-index: 8; | 16739 | z-index: 99; |
| 16732 | position: fixed; | 16740 | position: fixed; |
| 16733 | margin-top: 80px; | 16741 | margin-top: 80px; |
| 16734 | } | 16742 | } |
| ... | @@ -16970,6 +16978,12 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -16970,6 +16978,12 @@ ul.sf_date_field .sf-datepicker { |
| 16970 | width: 33%; | 16978 | width: 33%; |
| 16971 | display: inline-block !important; | 16979 | display: inline-block !important; |
| 16972 | } | 16980 | } |
| 16981 | @media screen and (max-width: 900px) { | ||
| 16982 | #advance-search-modal .sf-field-taxonomy-mlo-category, | ||
| 16983 | #advance-search-modal .sf-field-post-meta-file_type { | ||
| 16984 | width: 100%; | ||
| 16985 | } | ||
| 16986 | } | ||
| 16973 | 16987 | ||
| 16974 | .search-results .search-field { | 16988 | .search-results .search-field { |
| 16975 | border: 0; | 16989 | border: 0; |
| ... | @@ -16988,7 +17002,8 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -16988,7 +17002,8 @@ ul.sf_date_field .sf-datepicker { |
| 16988 | } | 17002 | } |
| 16989 | @media screen and (max-width: 950px) { | 17003 | @media screen and (max-width: 950px) { |
| 16990 | #search-wrapper { | 17004 | #search-wrapper { |
| 16991 | padding: 0rem 2rem; | 17005 | margin-top: 2rem; |
| 17006 | padding: 0rem 40px; | ||
| 16992 | } | 17007 | } |
| 16993 | } | 17008 | } |
| 16994 | #search-wrapper #main { | 17009 | #search-wrapper #main { |
| ... | @@ -17344,11 +17359,9 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -17344,11 +17359,9 @@ ul.sf_date_field .sf-datepicker { |
| 17344 | 17359 | ||
| 17345 | #main { | 17360 | #main { |
| 17346 | position: relative; | 17361 | position: relative; |
| 17347 | z-index: 9; | ||
| 17348 | } | 17362 | } |
| 17349 | #main .entry-content { | 17363 | #main .entry-content { |
| 17350 | position: relative; | 17364 | position: relative; |
| 17351 | z-index: 9; | ||
| 17352 | } | 17365 | } |
| 17353 | 17366 | ||
| 17354 | #content:not(.search-content) { | 17367 | #content:not(.search-content) { |
| ... | @@ -17514,7 +17527,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -17514,7 +17527,7 @@ ul.sf_date_field .sf-datepicker { |
| 17514 | } | 17527 | } |
| 17515 | 17528 | ||
| 17516 | #page-wrapper { | 17529 | #page-wrapper { |
| 17517 | margin: 10px 40px 0 40px; | 17530 | margin: 10px 30px 0 30px; |
| 17518 | } | 17531 | } |
| 17519 | #page-wrapper .breadcrumb { | 17532 | #page-wrapper .breadcrumb { |
| 17520 | font-size: 12px; | 17533 | font-size: 12px; |
| ... | @@ -17839,6 +17852,11 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -17839,6 +17852,11 @@ ul.sf_date_field .sf-datepicker { |
| 17839 | .side-menu-page .call-out-block { | 17852 | .side-menu-page .call-out-block { |
| 17840 | margin-left: -75%; | 17853 | margin-left: -75%; |
| 17841 | } | 17854 | } |
| 17855 | @media (max-width: 1000px) { | ||
| 17856 | .side-menu-page .call-out-block { | ||
| 17857 | padding-left: 75%; | ||
| 17858 | } | ||
| 17859 | } | ||
| 17842 | 17860 | ||
| 17843 | .call-out-block h2, .call-out-block .h2 { | 17861 | .call-out-block h2, .call-out-block .h2 { |
| 17844 | text-align: center; | 17862 | text-align: center; |
| ... | @@ -17941,7 +17959,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -17941,7 +17959,7 @@ ul.sf_date_field .sf-datepicker { |
| 17941 | } | 17959 | } |
| 17942 | 17960 | ||
| 17943 | .admin-bar #pojo-a11y-toolbar { | 17961 | .admin-bar #pojo-a11y-toolbar { |
| 17944 | top: 30px !important; | 17962 | top: 40px !important; |
| 17945 | } | 17963 | } |
| 17946 | 17964 | ||
| 17947 | .pojo-a11y-toolbar-link:hover .pojo-a11y-toolbar-text { | 17965 | .pojo-a11y-toolbar-link:hover .pojo-a11y-toolbar-text { |
| ... | @@ -17992,7 +18010,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -17992,7 +18010,7 @@ ul.sf_date_field .sf-datepicker { |
| 17992 | } | 18010 | } |
| 17993 | 18011 | ||
| 17994 | .admin-bar #gt_float_wrapper { | 18012 | .admin-bar #gt_float_wrapper { |
| 17995 | top: 30px !important; | 18013 | top: 40px !important; |
| 17996 | } | 18014 | } |
| 17997 | 18015 | ||
| 17998 | .gt_float_switcher .gt_options a { | 18016 | .gt_float_switcher .gt_options a { | ... | ... |
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.
| ... | @@ -7522,11 +7522,13 @@ | ... | @@ -7522,11 +7522,13 @@ |
| 7522 | $(document).on("click", ".advance-search-button", function (e) { | 7522 | $(document).on("click", ".advance-search-button", function (e) { |
| 7523 | $('#search-box-content').addClass('show'); | 7523 | $('#search-box-content').addClass('show'); |
| 7524 | $('.search-box').addClass('show'); | 7524 | $('.search-box').addClass('show'); |
| 7525 | $('.badge').hide(); | ||
| 7525 | }); | 7526 | }); |
| 7526 | var myModal = document.getElementById('advance-search-modal'); | 7527 | var myModal = document.getElementById('advance-search-modal'); |
| 7527 | myModal.addEventListener('hidden.bs.modal', function () { | 7528 | myModal.addEventListener('hidden.bs.modal', function () { |
| 7528 | $('#search-box-content').removeClass('show'); | 7529 | $('#search-box-content').removeClass('show'); |
| 7529 | $('.search-box').removeClass('show'); | 7530 | $('.search-box').removeClass('show'); |
| 7531 | $('.badge').show(); | ||
| 7530 | }); | 7532 | }); |
| 7531 | if ($(window).width() < 960) { | 7533 | if ($(window).width() < 960) { |
| 7532 | $(".search-result .entry-summary").each(function () { | 7534 | $(".search-result .entry-summary").each(function () { | ... | ... |
This diff could not be displayed because it is too large.
This diff is collapsed.
Click to expand it.
This diff could not be displayed because it is too large.
| ... | @@ -38,6 +38,7 @@ var Search = (function($) { | ... | @@ -38,6 +38,7 @@ var Search = (function($) { |
| 38 | $(document).on("click", ".advance-search-button", function(e){ | 38 | $(document).on("click", ".advance-search-button", function(e){ |
| 39 | $('#search-box-content').addClass('show'); | 39 | $('#search-box-content').addClass('show'); |
| 40 | $('.search-box').addClass('show'); | 40 | $('.search-box').addClass('show'); |
| 41 | $('.badge').hide(); | ||
| 41 | }); | 42 | }); |
| 42 | 43 | ||
| 43 | var myModal = document.getElementById('advance-search-modal'); | 44 | var myModal = document.getElementById('advance-search-modal'); |
| ... | @@ -45,6 +46,7 @@ var Search = (function($) { | ... | @@ -45,6 +46,7 @@ var Search = (function($) { |
| 45 | myModal.addEventListener('hidden.bs.modal', function () { | 46 | myModal.addEventListener('hidden.bs.modal', function () { |
| 46 | $('#search-box-content').removeClass('show'); | 47 | $('#search-box-content').removeClass('show'); |
| 47 | $('.search-box').removeClass('show'); | 48 | $('.search-box').removeClass('show'); |
| 49 | $('.badge').show(); | ||
| 48 | }) | 50 | }) |
| 49 | 51 | ||
| 50 | if ($(window).width() < 960) { | 52 | if ($(window).width() < 960) { | ... | ... |
| ... | @@ -31,8 +31,9 @@ | ... | @@ -31,8 +31,9 @@ |
| 31 | margin-bottom: 10px; | 31 | margin-bottom: 10px; |
| 32 | @media only screen and (max-width: 1000px) { | 32 | @media only screen and (max-width: 1000px) { |
| 33 | height: 90px; | 33 | height: 90px; |
| 34 | padding-top: 30px; | 34 | padding-top: 25px; |
| 35 | margin-bottom: 0px; | 35 | margin-bottom: 0px; |
| 36 | |||
| 36 | } | 37 | } |
| 37 | } | 38 | } |
| 38 | 39 | ||
| ... | @@ -48,9 +49,17 @@ | ... | @@ -48,9 +49,17 @@ |
| 48 | 49 | ||
| 49 | } | 50 | } |
| 50 | .navbar-brand{ | 51 | .navbar-brand{ |
| 51 | width:100px; | 52 | width:130px; |
| 52 | } | 53 | } |
| 53 | } | 54 | } |
| 55 | @media only screen and (max-width: 400px) { | ||
| 56 | .site-title{ | ||
| 57 | font-size: 18px; | ||
| 58 | line-height: 24px; | ||
| 59 | margin-left: 0px; | ||
| 60 | padding-left: 15px; | ||
| 61 | } | ||
| 62 | } | ||
| 54 | .site{ | 63 | .site{ |
| 55 | margin-top: 170px; | 64 | margin-top: 170px; |
| 56 | max-width: 100%; | 65 | max-width: 100%; | ... | ... |
| 1 | #main{ | 1 | #main{ |
| 2 | position: relative; | 2 | position: relative; |
| 3 | z-index: 9; | 3 | |
| 4 | .entry-content{ | 4 | .entry-content{ |
| 5 | position: relative; | 5 | position: relative; |
| 6 | z-index: 9; | 6 | |
| 7 | } | 7 | } |
| 8 | } | 8 | } |
| 9 | 9 | ||
| ... | @@ -182,7 +182,7 @@ | ... | @@ -182,7 +182,7 @@ |
| 182 | } | 182 | } |
| 183 | } | 183 | } |
| 184 | #page-wrapper{ | 184 | #page-wrapper{ |
| 185 | margin: 10px 40px 0 40px; | 185 | margin: 10px 30px 0 30px; |
| 186 | @media(max-width: 768px) { | 186 | @media(max-width: 768px) { |
| 187 | // margin: 40px 40px 0 40px; | 187 | // margin: 40px 40px 0 40px; |
| 188 | } | 188 | } | ... | ... |
| ... | @@ -411,7 +411,7 @@ ul.sf_date_field { | ... | @@ -411,7 +411,7 @@ ul.sf_date_field { |
| 411 | } | 411 | } |
| 412 | 412 | ||
| 413 | #advance-search-modal { | 413 | #advance-search-modal { |
| 414 | z-index: 8; | 414 | z-index: 99; |
| 415 | position: fixed; | 415 | position: fixed; |
| 416 | margin-top: 80px; | 416 | margin-top: 80px; |
| 417 | @media screen and (max-width: 900px) { | 417 | @media screen and (max-width: 900px) { |
| ... | @@ -668,10 +668,12 @@ ul.sf_date_field { | ... | @@ -668,10 +668,12 @@ ul.sf_date_field { |
| 668 | } | 668 | } |
| 669 | 669 | ||
| 670 | #advance-search-modal{ | 670 | #advance-search-modal{ |
| 671 | |||
| 672 | .sf-field-taxonomy-mlo-category, | 671 | .sf-field-taxonomy-mlo-category, |
| 673 | .sf-field-post-meta-file_type{ | 672 | .sf-field-post-meta-file_type{ |
| 674 | width: 33%; | 673 | width: 33%; |
| 675 | display: inline-block !important; | 674 | display: inline-block !important; |
| 675 | @media screen and (max-width: 900px) { | ||
| 676 | width: 100%; | ||
| 677 | } | ||
| 676 | } | 678 | } |
| 677 | } | 679 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -19,7 +19,8 @@ | ... | @@ -19,7 +19,8 @@ |
| 19 | padding-top: 3rem; | 19 | padding-top: 3rem; |
| 20 | display: flex; | 20 | display: flex; |
| 21 | @media screen and (max-width: 950px) { | 21 | @media screen and (max-width: 950px) { |
| 22 | padding: 0rem 2rem; | 22 | margin-top: 2rem; |
| 23 | padding: 0rem 40px; | ||
| 23 | } | 24 | } |
| 24 | 25 | ||
| 25 | #main { | 26 | #main { | ... | ... |
-
Please register or sign in to post a comment