Hello,
How can I make the logo larger ?
Thank you.
Hi!
Upload a larger logo image then select the size that you want before you click “Add image as Logo” button. Add this on your custom.css or Quick CSS:
.logo, .logo a {
min-width: 400px;
}
Adjust the minimum width of the logo according to your logo size.
Cheers!
Ismael
thanks !