In header.php I got this to list my pages:
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
That is fine but I want the sub pages to list horizontal aswell as the top page list.
It should be very clear what I want to do if you look at http://gelins.se/wedding
I have been googlin and fiddling for 2 days on this. I have been trying to put float:left and display:inline among other things in my css but not getting anywhere, please help out.
/Willy