Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #372251

    http://www.irisinspire.com

    The logo resizes, and becomes slightly distorted both in windowed mode, when you make the browser small, and in the mobile version. How can I change this so that it remains sleek and nice?

    Best regards
    /Erik

    #372269

    Hi Sparrisen987!

    Did you add some custom CSS?

    .responsive .logo a, .responsive .logo img {
        height: 80px !important;
        margin: 0 auto;
        max-height: 80px !important;
        max-width: 100%;
    }

    Cheers!
    Elliott

    #372368

    I didn’t add anything custom!

    I had to change the px a little, but with 50 px, your code did it, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Logo resizes in mobile or windowed mode’ is closed to new replies.