Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #425442

    Hello Kriesi team,

    I have an issue with a logo not resizing on firefox.

    it works great on the other browsers at mobile size

    #426294

    Hey McEwans!

    Please add following code to Quick CSS

    .avia-mozilla .responsive .logo img { width: 100% !important; }

    Best regards,
    Yigit

    #426622

    Hi Yigit that doesn’t seem to have worked?

    Should i media query the logo rather?

    http://www.howardhope.com/dev-garethmcewan/profile/#top

    #426910

    Hi!

    Please try this instead:

    @media only screen and (max-width: 767px) {
    .avia-mozilla .responsive .logo img { width: 60% !important; }
    }

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.