To place navigation under Logo instead of using Burger Menu, you can use this code to Website Tools > Custom CSS.
@media screen and (max-width:767px) {
.header-nav {
display: block !important;
}
.header-actions.header-actions--right, .header-burger {
display: none;
}
.header-title-nav-wrapper {
flex: 1 0 100% !important;
flex-direction: column;
}}

Result
