My index file has a menu item I want named "What We Do", but the only way to get the sub-menus to appear is to remove the spaces and write "WhatWeDo"
How do I get it to allow multiple word menu items?
I have to write
<li class='menu-item-has-children'>
<a>WHATWEDO</a>
<ul class='sub-menu'>
in order to make the sub-menus to appear.
HTML does not support whitespace characters. If you want to obtain a space, you need to use
 .