From 8f9fd8bf4c5efb3ef13337fe3ab36365fad0b274 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 5 Jul 2026 14:17:56 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Add=20margin=20everywhere?= =?UTF-8?q?=20except=20Contact=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- footer.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/footer.php b/footer.php index afda716..bd75d0d 100644 --- a/footer.php +++ b/footer.php @@ -19,11 +19,15 @@ $locations = get_nav_menu_locations(); $footerNav = ! empty( $locations['footer_navigation'] ) ? ( wp_get_nav_menu_items( (int) $locations['footer_navigation'] ) ? wp_get_nav_menu_items( (int) $locations['footer_navigation'] ) : array() ) : array(); + +if ( ! is_page( 'contact' ) ) { + $marginClass = 'mt-20'; +} ?> -