I figured out a way around this for anyone who wants the tip.
you need to go into your /public_html/”websitename”/templates/ja_kulanite/ja_menus/ja_moomenu/
next edit the ja.moomenu.css file
Look for something like this:
/* STYLING THE MENU
———————————–*/
/* 1st level */
#ja-cssmenu li a {
display: block;
text-decoration: none;
line-height: 27px;
padding: 0 20px;
color: #AAAAAA;
font-weight: bold;
Change the “padding” from the default 20 to whatever number you want. The higher the number is, the more spacing you have between your menu text. The less you have, the closer they will be, but ultimately the more you can have on the line without going over and messing up the style
:p