modified the menu center li elements
This commit is contained in:
parent
91f7132cbb
commit
79861b3e3a
|
@ -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' => '<ul id="%1$s" class="%2$s" data-dropdown-menu>%3$s</ul>',
|
||||
'theme_location' => 'top-bar-c',
|
||||
'depth' => 3,
|
||||
|
|
Loading…
Reference in New Issue