Okay
  Public Ticket #3048616
Lodo dimensions
Closed

Comments

  •  1
    GiorgioBaruffi started the conversation

    Hello, how can I decide the dimensions of the logo (main logo site)?

    Thanks

  •  291
    Paul replied

    Hello!

    The logo size can be 230px width (maximum) with flexible height as appropriate.

    Regards,
    Paul

  •  1
    GiorgioBaruffi replied

    Ok, but if I want to show a logo 150x150 pixels, where I have to go to set it? Thanks! 

  •  291
    Paul replied

    You can manually set the max width and height of the logo area using this CSS:

    .logo-wrapper {
        max-height: 150px;
        max-width: 150px;
    }
    

    Then any image uploaded to that logo area should not exceed the specified dimension.

  •  1
    GiorgioBaruffi replied

    Many thanks Paul, now it's ok!