perfect Size of the logo ?

Hello

What is the size of the logo ?

too smal -> it makes pixel
too big -> it makes a too big logo

where can i know the ideal size ?

Thnak you!

Hello,

There’s not really an ideal logo size, but more of a trial and error setup.

You should try this CSS solution to make your logo display alright, though:

.custom-logo {
    width: 250px;
    height: auto;
    margin-bottom: 30px;
}

Kind regards

waouuuu

Perfect !
thanks !

That’s great :slight_smile: