This is a damn silly question, but I can't seem to find where to remove the double coluns that seperate the navigation links. How can I change them or where are they located?
:-[
Add to (or modify if present) themes/yourtheme/theme.php:
$template_sys_menu_spacer ="::";
$template_sub_menu_spacer = $template_sys_menu_spacer;
Thanks!