Hi,
I suggest to remove the Menu text on mobile, it will give more space to the logo(name ‘Paul Formanko Photography’)
Please paste the custom CSS code to “Appearance > Customize: Additional CSS”:
@media (max-width: 767px) {
.responsive-ux #header #logo .logo-h1 { font-size: 16px; }
.navi-trigger-text { display: none; }
}
OR:
only reduce the logo size by the custom CSS:
@media (max-width: 767px) {
.responsive-ux #header #logo .logo-h1 { font-size: 14px; letter-spacing: 0;}
}
Regards