8c217988 by Jeff Balicki

gg

1 parent f9eeee3f
......@@ -16569,6 +16569,12 @@ ss3-force-full-width {
position: absolute !important;
}
@media (min-width: 600px) and (max-width: 781px) {
.page-template-numbers-page .wp-block-columns.block-numbers-row:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
margin-left: 0px;
flex-basis: 100% !important;
}
}
@media (max-width: 768px) {
.page-template-numbers-page .wrapper {
top: 48px !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.
......@@ -22,7 +22,7 @@ $container = "cont";
<div class="<?php echo esc_attr( $container ); ?>">
<a href="http://fpcanada.test/" class="navbar-brand custom-logo-link find" rel="home" aria-current="page">
<a href="/#time-to-find-your-number" class="navbar-brand custom-logo-link find" rel="home" aria-current="page">
find a professional planner
</a>
......
......@@ -79,7 +79,7 @@ jQuery( document ).ready(function($) {
function(){
animateMe(element)
}
, i * 750);
, i * 900);
});
......@@ -99,18 +99,18 @@ jQuery( document ).ready(function($) {
updateContainer()
function updateContainer() {
var maxHeight = 0;
$(".numbers-block").height('auto');
$(".numbers-block").each(function(index){
if ($(window).width() > 1200) {
delay = index * 200 + 300;
$(this).attr('data-aos-delay', delay);
}
if ($(this).height() > maxHeight) { maxHeight = $(this).height(); }
});
$(".numbers-block").height(maxHeight);
if ($(this).height() > maxHeight) { maxHeight = $(this).height();}
});
$(".numbers-block").height(maxHeight);
}
......
......@@ -92,6 +92,14 @@ ss3-force-full-width{
}
.page-template-numbers-page{
@media (min-width: 600px) and (max-width: 781px){
.wp-block-columns.block-numbers-row:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child){
margin-left: 0px;
flex-basis: 100% !important;
}
}
.wrapper{
@media (max-width: 768px) {
top: 48px!important;
......
......@@ -5,7 +5,7 @@
Author: the Understrap Contributors
Author URI: https://github.com/understrap/understrap-child/graphs/contributors
Template: understrap
Version: 1.1.3011
Version: 1.1.3012
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap-child
......