Comments 1GiorgioBaruffi started the conversationMay 21, 2022 at 4:32pmHello, how can I decide the dimensions of the logo (main logo site)?Thanks 296Paul repliedMay 25, 2022 at 12:45pmHello!The logo size can be 230px width (maximum) with flexible height as appropriate.Regards,Paul 1GiorgioBaruffi repliedMay 25, 2022 at 12:49pmOk, but if I want to show a logo 150x150 pixels, where I have to go to set it? Thanks! 296Paul repliedJune 2, 2022 at 5:21amYou 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 Like 1GiorgioBaruffi repliedJune 3, 2022 at 6:29amMany thanks Paul, now it's ok! 1 Like Sign in to reply ...
Hello, how can I decide the dimensions of the logo (main logo site)?
Thanks
Hello!
The logo size can be 230px width (maximum) with flexible height as appropriate.
Regards,
Paul
Ok, but if I want to show a logo 150x150 pixels, where I have to go to set it? Thanks!
You can manually set the max width and height of the logo area using this CSS:
Then any image uploaded to that logo area should not exceed the specified dimension.
Many thanks Paul, now it's ok!