Hi, I really liked the theme but I'm strugling with a sub page menu in the sidebar.
I used a widget called "Sub Pages" and it includes my sub pages just where I want them. I also made a small "hack" in the css-file adding "widget_sub_page_navigation" as below:
/*Archive, Cat, Page widget*/
.widget_sub_page_navigation li , .widget_archive li , .widget_categories li, .widget_pages li, .widget_links li, .widget_meta li{
clear: both;
float: left;
margin: 0;
width:100%
}
.widget_sub_page_navigation li a , .widget_archive li a, .widget_categories li a, .widget_pages li a, .widget_links li a, .widget_meta li a{
padding: 3px 0 3px 23px;
display:block;
}
But it doesn't turn out as I expected :/
Look at: http://mobilsurfa.se/planeringen
Compare the two menu blocks in the sidebar, the first one (my sub page menu) doesn't show that blue little arrow next to the list items?
Please help me! :)
Bonus question:
I really would like for the sub page menu to handle many "levels" of sub pages and displaying them nicely in the sidebar. As I understand now the many levels of sub pages would just be displayed as if they were at "level 1" (if you know what I mean?) :)
Appreciate the help!
/Mattias














