6ed44c27 by Jeff Balicki

eeee

1 parent 5e6315bf
......@@ -17029,7 +17029,6 @@ ss3-force-full-width {
}
#exampleModalLong .wpcf7-form {
margin-top: -30px;
max-width: unset !important;
}
#exampleModalLong .modal-content {
top: 10px !important;
......@@ -17196,6 +17195,10 @@ ss3-force-full-width {
margin: auto;
}
#wpcf7-f209-o1 {
max-width: unset !important;
}
#wrapper-navbar.sub {
position: fixed;
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)
table, td, div, h1, p {font-family: Calibri;}
strong{font-family: Calibri;}
.f-16 tr td{font-size:24px;line-height:28px;font-family: Calibri;color:#012169; }
.f-16 tr td:first-child { width:30%;}
</style>
</head>
<body style="margin:0;padding:0;">
......@@ -95,7 +96,7 @@ function send_planner_email($data)
</tr>
<tr>
<td colspan="3" style="padding:0 0 36px 0;color:#153643;">
<?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>"; ?>
<?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>"; ?>
</td>
</tr>
<tr style="background:#ffffff;">
......
......@@ -494,11 +494,12 @@ span.number-med.last{
.modal{
max-width: 100vw;
}
#exampleModalLong {
padding-right: 0px !important;
.wpcf7-form{
margin-top: -30px;
max-width: unset !important;
}
......@@ -676,3 +677,8 @@ height: 87vh;
max-width: 950px;
margin: auto;
}
#wpcf7-f209-o1{
max-width: unset !important;
}
\ No newline at end of file
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.30354
Version: 1.1.30355
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......