I am using the following to achieve a horizontal submenu, but the menu items run together. How do I separate them?
.x-navbar .desktop .sub-menu{
display: block;
min-width: 270px;
width: auto;
}
.x-navbar .desktop .sub-menu li.menu-item{
display: inline-block;
float: left;
}