38bf191f by Jeremy Groot

mobile qa fixes

1 parent 1bbef3b5
...@@ -13066,7 +13066,9 @@ h1 { ...@@ -13066,7 +13066,9 @@ h1 {
13066 } 13066 }
13067 @media screen and (max-width: 768px) { 13067 @media screen and (max-width: 768px) {
13068 .commonwell_college_logo { 13068 .commonwell_college_logo {
13069 max-width: 80%; 13069 bottom: 0;
13070 left: 0;
13071 max-width: 50%;
13070 } 13072 }
13071 } 13073 }
13072 13074
...@@ -14621,14 +14623,28 @@ article > h5 { ...@@ -14621,14 +14623,28 @@ article > h5 {
14621 max-width: 1.313rem; 14623 max-width: 1.313rem;
14622 max-height: 1.5rem; 14624 max-height: 1.5rem;
14623 } 14625 }
14626 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats {
14627 width: 100%;
14628 flex-direction: row;
14629 align-items: center;
14630 justify-content: space-between;
14631 }
14632 .ld-progress-steps {
14633 margin-top: 0;
14634 }
14635 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
14636 left: 0;
14637 top: 0;
14638 margin-top: 0;
14639 }
14624 .ugb-card.ugb-card--v2 .ugb-block-content { 14640 .ugb-card.ugb-card--v2 .ugb-block-content {
14625 gap: 20px; 14641 gap: 20px;
14626 } 14642 }
14627 .page-template-marketing_masters #page-content { 14643 .page-template-marketing_masters #page-content, .sfwd-courses-template-default #page-content {
14628 padding-left: 20px; 14644 padding-left: 20px;
14629 padding-right: 20px; 14645 padding-right: 20px;
14630 } 14646 }
14631 .page-template-marketing_masters #header-image { 14647 .page-template-marketing_masters #header-image, .sfwd-courses-template-default #header-image {
14632 margin-top: 5.4rem !important; 14648 margin-top: 5.4rem !important;
14633 } 14649 }
14634 #brokercontent .material a { 14650 #brokercontent .material 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.
...@@ -116,7 +116,9 @@ h1{ ...@@ -116,7 +116,9 @@ h1{
116 left: 40px; 116 left: 40px;
117 max-width: 450px; 117 max-width: 450px;
118 @media screen and (max-width: 768px) { 118 @media screen and (max-width: 768px) {
119 max-width: 80%; 119 bottom: 0;
120 left: 0;
121 max-width: 50%;
120 } 122 }
121 } 123 }
122 124
......
...@@ -43,11 +43,28 @@ ...@@ -43,11 +43,28 @@
43 } 43 }
44 } 44 }
45 45
46 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats {
47 width: 100%;
48 flex-direction: row;
49 align-items: center;
50 justify-content: space-between;
51 }
52
53 .ld-progress-steps {
54 margin-top:0;
55 }
56
57 .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage {
58 left:0;
59 top:0;
60 margin-top:0;
61 }
62
46 .ugb-card.ugb-card--v2 .ugb-block-content { 63 .ugb-card.ugb-card--v2 .ugb-block-content {
47 gap: 20px; 64 gap: 20px;
48 } 65 }
49 66
50 .page-template-marketing_masters { 67 .page-template-marketing_masters, .sfwd-courses-template-default {
51 #page-content { 68 #page-content {
52 padding-left:20px; 69 padding-left:20px;
53 padding-right:20px; 70 padding-right:20px;
......