TO:ammtar
Thank you for choose our theme—waffle.
we are sorry to tell that what you want to fix is out of our support.
Also because the default setting ot waffle,it is hard to change.
>not bellow each other
out of the theme customizable range
>multiple level menu
Because the default setting for child menu, it can not to be change.
Best Wishes.
Why is that? I have 10 menu items I can list straight down the page while ammtar only has 6. I am trying myself to add just one more. If we can figure out why I have more and how that happened, ammtar can get more listed in a straight line down the page and perhaps find a way I can get that last link down there too.
@ammtar, it should be fairly easy to get the menu to display only one item per line. Try adding the following CSS rule using your custom CSS (i.e., Jetpack):
.main-navigation ul li {
clear: both;
}