Hi, my logo is about 300px x 70px high. How can I arrange this? Probably I need to add some custom css which is possible in the theme settings, but I have no idea exactly what code to put there. Hopefully there is a solution, this logo is essential for the identity of my site..
Step 1
place your logo in the theme. You are asked to ‘crop’ the image, do so and add.
Step 2
place in custom css (adjust to your own logo width):
.logo img {
height: auto;
width: 358px;
}
Step 3
view your website and right-click the logo image ‘view image’. You can see the address of the logo. Is something like : Rename your logo to the appropriate filename and upload again (overwrite).