Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #238073
    #238075
    This reply has been marked as private.
    #238090

    Hey Nicomad!

    Was reviewing your site, on Iphone 5c logo logo looks good to me, however if you would like to improve it a bit, perhaps you want to try the following snippet. ( place it inside the custom css ).

    @media only screen and (max-width: 360px) {
        .responsive .logo img {  
             display: block!important;
             max-width: 100%!important;
             height: auto!important; 
         }
    }

    Let us know if this help you.

    Regards,
    David

    • This reply was modified 10 years, 8 months ago by David.
    #238278

    thank you. It works perfect

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Logo deformed on Iphone’ is closed to new replies.