Hi guys,
after my wish for a bigger logo in the header was fulfilled here: https://kriesi.at/support/topic/bigger-logo-non-fixed-social-add-nav/
… now another problem did arise because of it: In the mobile version the logo won’t scale properly and there’s a stretched (thus ugly) version of the logo.
Thoughts for a fix?
Thanks again for your support,
Ruppert
Hi rfb4!
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 767px) {
.responsive .logo {
height: 200px;
}
}
Best regards,
Ismael
Nice, it’s not stretched any more.
Logo on mobile is now perfect in landscape mode. Portrait mode cuts off a portion of the logo on the right.
Any way around that or is that something I just have to live with?
Thanks a lot, you guys rock!
Ruppert
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.logo, .logo img {
max-width: 280px !important;
}}
Regards,
Yigit
Yup, that did it.
Thanks so much!
Ruppert