• Resolved Sami S

    (@sami-sanpakkila)


    Hi,

    After updating to the latest Zakra version my site logo is now stretched vertically.

    The site logo size should be 846×155 but the height is stretched to 203 pixels.

    I’m using child theme for customisation but I shouldn’t have anything there to change the site logo height… Not sure though…

    Best, Sami

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, Sami,
    Please add this CSS:

    .custom-logo-link img {
        height: 155px;
    }

    Thanks.

    Thread Starter Sami S

    (@sami-sanpakkila)

    Hi,

    Thanks, this works with desktop but when you view on mobile the image is forced to 155 height which is out of proportion with shorter width.

    Is there a way to correct the mobile view as well?

    Thread Starter Sami S

    (@sami-sanpakkila)

    I set it at max-height instead of height and it works now.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Site logo stretched after Zakra update’ is closed to new replies.