From 79861b3e3a2942f330341e4a6c5afd9c687bfaa0 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 21 Jun 2021 13:05:59 +0200 Subject: [PATCH] modified the menu center li elements --- biofriction-theme/library/navigation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biofriction-theme/library/navigation.php b/biofriction-theme/library/navigation.php index 62ed2a8..683cfa2 100644 --- a/biofriction-theme/library/navigation.php +++ b/biofriction-theme/library/navigation.php @@ -25,7 +25,7 @@ if ( ! function_exists( 'foundationpress_top_bar_c' ) ) { wp_nav_menu( array( 'container' => false, - 'menu_class' => 'center dropdown menu', + 'menu_class' => 'center align-center dropdown menu', 'items_wrap' => '', 'theme_location' => 'top-bar-c', 'depth' => 3,