Viewing 2 replies - 1 through 2 (of 2 total)
  • Paste this code in your style.css file and let me know

    /* Portrait and Landscape */
    @media only screen
      and (min-device-width: 320px)
      and (max-device-width: 480px)
      and (-webkit-min-device-pixel-ratio: 2) {
    
    img.site-title {
        width: 200px;
    }
    
    }

    Thread Starter vista.econ

    (@vistaecon)

    It worked quite well! In addition to pasting your code I also reduced a bit the size of the image.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo title good on website but does not resize on mobile’ is closed to new replies.