1ac4c20f by Jeff Balicki

dd

1 parent 1d9b53b6
......@@ -16999,6 +16999,9 @@ ss3-force-full-width {
font-size: 1.25rem;
}
#exampleModalLong {
padding-right: 0px !important;
}
#exampleModalLong .wpcf7-form {
margin-top: -30px;
}
......@@ -17047,6 +17050,13 @@ ss3-force-full-width {
margin-top: 5%;
font-size: 1rem !important;
}
@media (max-width: 786px) {
#exampleModalLong .modal-dialog {
width: 100%;
margin-left: 0px;
margin-top: 40px;
}
}
#exampleModalLong .wpcf7 label {
font-size: 1rem !important;
}
......@@ -17117,6 +17127,11 @@ ss3-force-full-width {
padding-bottom: 0px;
margin-bottom: -20px;
}
@media (max-width: 786px) {
#exampleModalLong .modal-body {
height: 87vh;
}
}
#exampleModalLong .wpcf7-response-output {
margin-top: -20px !important;
}
......
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.
......@@ -195,10 +195,17 @@ $(window).on('load resize scroll', function() {
$(document).on("click",".start_a_contact",function() {
$('#exampleModalLong').find('form').append('<input type="hidden" name="planner_id" value="'+$(this).data('store-id')+'"/>')
$('#exampleModalLong').modal('show');
if($(window).width() < '700px'){
$('html, body').css({
overflow: 'hidden',
height: '100%'
});
}
});
$(document).on("click",".find-a-planner-close",function() {
$('#exampleModalLong').modal('hide');
});
......
......@@ -472,7 +472,7 @@ span.number-med.last{
}
#exampleModalLong {
padding-right: 0px !important;
.wpcf7-form{
margin-top: -30px;
}
......@@ -526,6 +526,12 @@ span.number-med.last{
width: 400px;
margin-top: 5%;
font-size:16px !important;
@media (max-width: 786px) {
width: 100%;
margin-left: 0px;
margin-top: 40px;
}
}
.wpcf7 label {
font-size:16px !important;
......@@ -598,6 +604,9 @@ label.container{
.modal-body {
padding-bottom: 0px;
margin-bottom: -20px;
@media (max-width: 786px) {
height: 87vh;
}
}
.wpcf7-response-output{
margin-top: -20px !important;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.3016
Version: 1.1.3017
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......