Problem with positioning of the menu in custom WP style

Try using display instead of float:

.site-nav ul li {
    list-style: none;
    display: inline;
}