Okay
  Public Ticket #1933828
Logo Size
Closed

Comments

  • Thorsten started the conversation

    Hello Support, 

    I would like to have a site-logo that fits for retina displays, but when I upload one the dimensions are why to big. Is there an option to fit the big size logo into the right size of the website. 

    When I upload the logo in a smaller version, it looks really bad on Retina-Displays. So, this wouldn't be an option for me. 

    Thanks a lot for your reply, Thorsten 

  •  291
    Paul replied

    Hello Thorsten!

    In this case, you will need to force the specific size for the logo so it can display properly on the retina display. For example, please try using this custom CSS:

    .logo-image {
        width: 150px;
    }
    

    You can adjust the width to any number you want here. For example, if the retina logo size is about 400x300, the width here should be 200px.

    I hope it helps.

    Regards,
    Paul