I just add second menu on breadcrumb, using this some code , when I made a research in this forum, really helpful forum
this :
PHP Code:
<div id="breadcrumbs1-bg">
<nav id="breadcrumbs1" class="breadcrumbs lw">
<!-- STYLE SECONDARY MENU-->
<?php wp_nav_menu
(
'container' => 'nav',
'container_class' => 'menu-wrapper col7',
'container_id' => 'menu2-wrapper',
'menu_id' => 'menu2',
'menu_class' => 'cf menu',
'theme_location' => 'menu2',
'fallback_cb' => 'bfa_cat_menu'
) ); ?>
</nav>
</div>
I need to make those category menu into single row, as you can see on the red box I just draw on screenshoot.
how to do that? please help me, this is my first time using montezuma, ehehehe
thanx you