Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Yea the following CSS should fix that:

    @media all and (max-width: 500px) {
    
      .logo {
        max-width: 100% !important;
      }
    }

    That will keep the logo from expanding beyond the screen on devices 500px wide and less.

Viewing 1 replies (of 1 total)
  • The topic ‘GIF Site Logo Does Not Resize on Mobile’ is closed to new replies.