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(
|
wp_nav_menu(
|
||||||
array(
|
array(
|
||||||
'container' => false,
|
'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>',
|
'items_wrap' => '<ul id="%1$s" class="%2$s" data-dropdown-menu>%3$s</ul>',
|
||||||
'theme_location' => 'top-bar-c',
|
'theme_location' => 'top-bar-c',
|
||||||
'depth' => 3,
|
'depth' => 3,
|
||||||
|
|
Reference in New Issue