Hi everyone,
Hope you’re well today.
I put a logo on my web site but the size is very small.
What’s the best size for the logo for an optimum use of the template?
Mine is 310 * 189 but on the screnn it has a very smaller size.
How can i fix it?
Thank you in advance,
Corine
I feel the same, replying in hopes to get an answer
Hi,
This is the class for logo:
.logo {
put here the height that you want;
}
Thanks,
Cristian
Okay thank you.
i put
.logo {
max-height: 120%;
}
But now it’s not good for ipad or phone… on smaller device it deform the size.
Is there any way to fox it?
Thank you,
Corine
Hi @cocoflamenco,
Give it a fix height or decrease the percentage of max-height until it looks good on your website.
.logo {
height:35px;
}
thanks,
Cristian