Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #226010
    #226049

    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

    #226691

    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

    #226819

    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

    #227057

    Yup, that did it.

    Thanks so much!
    Ruppert

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Logo in mobile view won't scale’ is closed to new replies.