I forced the title to be on one line by making the width of the menu title wider. I would still like to know how to have the title be independent of line breaking by the menu.
I found this code that might work but not sure how to put it into WP:
$str = str_replace(“\n”, ”, $str);
Thanks