Home › Forums › Theme support › Space between sub menu › Reply To: Space between sub menu
Hi,
yes, there is a space and a problem with the styling for the ul tag. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
.sf-menu ul {
margin-left:0;
}
We will upload late the update for the issue.