🐞 fix: Update styles and footer spacing
Deploy to Dreamhost (dev) / build (push) Successful in 36s
Sync TODOs with Issues / sync_todos (push) Successful in 5s

This commit is contained in:
Keith Solomon
2026-07-25 10:42:57 -05:00
parent f0b5bf75a5
commit 02a8379de2
3 changed files with 9 additions and 4 deletions
+5 -1
View File
@@ -20,7 +20,11 @@ $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' ) ) {
$services = get_page_by_path( 'services' )->ID;
$svcChild = $post->post_parent === $services ? true : false;
if ( ! is_page( 'contact' ) && ! $svcChild ) {
$marginClass = 'mt-20';
}
?>