Okay
  Public Ticket #2380620
Logo stretched
Closed

Comments

  • naviatech started the conversation

    Hi,

    The logo on landing page is stretched, as well as the logo on the menu bar. 

    How can I change this please?

    Thank you.

  • naviatech replied

    I have changes the logo image size to 120x95px, and uploaded again. It solved it. But can I select an option that uses the logo original size always

    Thank you. 

  •  601
    WordPress replied

    Hello,

    You can add custom style css and set logo size as the original.

    @media (min-width: 992px){
        .header-logo img {
            width: 120px;
        }
    }