Hi @Gorki001,
Since the logo is not an actual image rather text, it would have issues with smaller devices. The below CSS rule will reduce the font for smaller screens but it is advised to use an image rather than a text if possible.
Please log in to the admin area and go to “Appearance >> Customize >> Additional CSS”.
Paste the below code in “Additional CSS” and save the update.
@media (max-width: 512px)
.main-title {
font-size: 30px !important;
}
}
This should solve your issue and you should be able to tweak the font size as you wish.
Thank you
Regards,
Team ProDesigns Themes