From: Anthony Talarico Date: Fri, 8 Jul 2016 20:02:54 +0000 (-0400) Subject: added margin to breadcrumbs if there is a confirmation message X-Git-Tag: v1.0.0^2~11 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5629a621eea31ee51ba53cb5416760b867d8907d;p=WP-Themes%2Ffrancejourneys.git added margin to breadcrumbs if there is a confirmation message --- diff --git a/js/app.js b/js/app.js index 25cbdc0..6746aa4 100644 --- a/js/app.js +++ b/js/app.js @@ -151,6 +151,7 @@ $(document).ready(function () { }); if ($(".form-confirmation").length > 0){ + $("div.breadcrumbs").css("margin-bottom", "25px") $(".form-confirmation").insertAfter("div.breadcrumbs"); } diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 1baf2ba..25479d3 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -142,6 +142,7 @@ $(document).ready(function () { }); if ($(".form-confirmation").length > 0){ + $("div.breadcrumbs").css("margin-bottom", "25px") $(".form-confirmation").insertAfter("div.breadcrumbs"); }