Dear support team
for the website https://wege-in-die-achtständig.de/ I have the problem that the logo is displayed very small on the mobile phone (and also on the tablet in portrait format): see screenshot: https://wege- in-die-achtlichkeit.de/support/mobile-logo.jpg
Is there a way to make the logo larger on mobile?
Thank you for your edit
Hey Diana,
Thanks for contacting us!
I added following code to bottom of Quick CSS field in Enfold theme options
@media only screen and (max-width: 479px) {
.responsive .logo img, .responsive .logo svg {
max-height: 120px;
}
.responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
line-height: 120px;
}
}
Please review your website :)
Best regards,
Yigit
That works perfectly! Thank you very much!
Best regards, Diana