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'; +} ?> -