Hi Kate Martin,
We checked your site and we found no issue on mobile views as you mentioned. It shows the same that is shown on the desktop view. Could you please explain us more
and if the Site Title has break in to lines the please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS code.
@media (max-width: 767px) {
.site-title {
font-size: 28px;
}
}
Thanks