Hello BCKW,
Greetings of the day! Thank you so much for your kind words of appreciation!
Below custom CSS will help you to solve your issue, regarding the issue of overlapping of the logo and menu title.
Please follow below steps add custom CSS code.
1) Please log in to the admin area
2) Go to “Appearance >> Customize >> Additional CSS”.
3) Paste the below code in “Additional CSS” and save it afterward:
@media only screen and (max-width:479px) {
.site-branding {
z-index: 99;
}
}
We are happy to help you. Feel free to contact us if you need further help.
Thank you.