Tagged: , , , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #257319
    #257727

    Hey mikehirsch!

    Can we take a look at your website?

    Cheers!
    Yigit

    #257835
    This reply has been marked as private.
    #257919

    Hi!

    You can try adding following code to Quick CSS

    .logo, .logo a, .logo img { max-width: 150px; }

    But mobile users will not see such thing

    Cheers!
    Yigit

    #257955

    Well I want it stay a certain size when in desktop mode, so I used:

    @media only screen and (max-width: 990px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 150px;
    height: auto !important; }
    }

    But since the weird jump is only in Safari for a moment, I probably won’t worry about it.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Logo – weird scaling issue in certain browser widths’ is closed to new replies.