Reply To: Responsive menu overlapping the logo

#3151
livemeshlivemesh
Keymaster

Can you see if the following Custom CSS helps? Congrats on completion of your site!

@media only screen and (max-width: 767px) {
#mobile-menu-toggle {
right: -15px;
top: 50px;
}
}