Sidebar> through the widget added 4 drop-down menus and 2 entries. Is it possible to combine these four menus in one block (div)?
<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?> <div id="secondary" class="widget-area" role="complementary"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </div><!-- #secondary --> <?php endif; ?> 