6ed44c27 by Jeff Balicki

eeee

1 parent 5e6315bf
...@@ -17029,7 +17029,6 @@ ss3-force-full-width { ...@@ -17029,7 +17029,6 @@ ss3-force-full-width {
17029 } 17029 }
17030 #exampleModalLong .wpcf7-form { 17030 #exampleModalLong .wpcf7-form {
17031 margin-top: -30px; 17031 margin-top: -30px;
17032 max-width: unset !important;
17033 } 17032 }
17034 #exampleModalLong .modal-content { 17033 #exampleModalLong .modal-content {
17035 top: 10px !important; 17034 top: 10px !important;
...@@ -17196,6 +17195,10 @@ ss3-force-full-width { ...@@ -17196,6 +17195,10 @@ ss3-force-full-width {
17196 margin: auto; 17195 margin: auto;
17197 } 17196 }
17198 17197
17198 #wpcf7-f209-o1 {
17199 max-width: unset !important;
17200 }
17201
17199 #wrapper-navbar.sub { 17202 #wrapper-navbar.sub {
17200 position: fixed; 17203 position: fixed;
17201 width: 100%; 17204 width: 100%;
......
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.
...@@ -49,6 +49,7 @@ function send_planner_email($data) ...@@ -49,6 +49,7 @@ function send_planner_email($data)
49 table, td, div, h1, p {font-family: Calibri;} 49 table, td, div, h1, p {font-family: Calibri;}
50 strong{font-family: Calibri;} 50 strong{font-family: Calibri;}
51 .f-16 tr td{font-size:24px;line-height:28px;font-family: Calibri;color:#012169; } 51 .f-16 tr td{font-size:24px;line-height:28px;font-family: Calibri;color:#012169; }
52 .f-16 tr td:first-child { width:30%;}
52 </style> 53 </style>
53 </head> 54 </head>
54 <body style="margin:0;padding:0;"> 55 <body style="margin:0;padding:0;">
...@@ -95,7 +96,7 @@ function send_planner_email($data) ...@@ -95,7 +96,7 @@ function send_planner_email($data)
95 </tr> 96 </tr>
96 <tr> 97 <tr>
97 <td colspan="3" style="padding:0 0 36px 0;color:#153643;"> 98 <td colspan="3" style="padding:0 0 36px 0;color:#153643;">
98 <?php echo "<table class='f-16'><tr><td>NAME:</td><td>" . $name . "</td></tr><tr><td>EMAIL:</td><td>" .$email . "</td></tr><tr><td>PHONE:</td><td>" . $phone . "</td></tr><tr><td>AGE:</td><td>" .$age . "</td></tr><tr><td>TALK ABOUT:</td><td>" .$about . "</td></tr><tr><td>CONTACT BY:</td><td>" . $contact . "</td></tr></table>"; ?> 99 <?php echo "<table class='f-16'><tr><td>NAME:</td><td>" . $name . "</td></tr><tr><td>EMAIL:</td><td>" .$email . "</td></tr><tr><td>PHONE:</td><td>" . $phone . "</td></tr><tr><td>AGE:</td><td>" .$age . "</td></tr><tr><td>CONTACT BY:</td><td>" . $contact . "</td></tr><tr><td>TALK ABOUT:</td><td>" .$about . "</td></tr></table>"; ?>
99 </td> 100 </td>
100 </tr> 101 </tr>
101 <tr style="background:#ffffff;"> 102 <tr style="background:#ffffff;">
......
...@@ -494,11 +494,12 @@ span.number-med.last{ ...@@ -494,11 +494,12 @@ span.number-med.last{
494 .modal{ 494 .modal{
495 max-width: 100vw; 495 max-width: 100vw;
496 } 496 }
497
497 #exampleModalLong { 498 #exampleModalLong {
498 padding-right: 0px !important; 499 padding-right: 0px !important;
499 .wpcf7-form{ 500 .wpcf7-form{
500 margin-top: -30px; 501 margin-top: -30px;
501 max-width: unset !important; 502
502 503
503 } 504 }
504 505
...@@ -675,4 +676,9 @@ height: 87vh; ...@@ -675,4 +676,9 @@ height: 87vh;
675 .wp-embed-aspect-16-9.wp-has-aspect-ratio{ 676 .wp-embed-aspect-16-9.wp-has-aspect-ratio{
676 max-width: 950px; 677 max-width: 950px;
677 margin: auto; 678 margin: auto;
679 }
680
681
682 #wpcf7-f209-o1{
683 max-width: unset !important;
678 } 684 }
...\ No newline at end of file ...\ No newline at end of file
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
5 Author: the Understrap Contributors 5 Author: the Understrap Contributors
6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors 6 Author URI: https://github.com/understrap/understrap-child/graphs/contributors
7 Template: understrap 7 Template: understrap
8 Version: 1.1.30354 8 Version: 1.1.30355
9 License: GNU General Public License v2 or later 9 License: GNU General Public License v2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11 Text Domain: understrap-child 11 Text Domain: understrap-child
......