Okay
  Public Ticket #2982109
Automatic Height for ".logo-image"
Closed

Comments

  •  15
    Scolex_de started the conversation

    Hi there,

    I just updated the Plugin "SVG Support" at this site and recognised that there was added a equal height as the width to ".logo-image".

    Is this a problem with the plugin or with your theme?


    Regards

  • [deleted] replied

    Hi Scolex,

    It seems that this problem happened because an update that SVG Support plugin released (more info). Until they fix this issue, I resolved this problem for you by adding this CSS code on your Custom CSS area:

    .header-block__row.header-block__row--main .logo-image {
        height: auto;
    }
    

    Alternately, you can download an old version of SVG Support plugin here: https://downloads.wordpress.org/plugin/svg-support.2.4.zip and replace the version 2.4.2 with it.

    Have a great day!

  •  15
    Scolex_de replied

    Thanks mate. That is what I was looking for.


    Cheers

  • [deleted] replied

    Happy to hear thatsmile.png

    Have a nice day!