Increase Logo Image Size

1 reply · opened Jul 28, 2021

OonealbsJul 28, 2021

I want to increase the size of the logo image in the header. I have increased the image size, but now it looks blurry. Thank you in advance!

SSemicolon WebSTAFFJul 28, 2021

Hello,

The Default Logo Height is 100px. However, the Original Logo Image used on your Website is 70px which is getting resized to 100px. Simply consider using the following CSS Code to fix the Logo Size:
[ch_pre type="css"]#logo img {
height: 70px;
}[/ch_pre]

And then add the .header-size-custom Class to the #header Tag. This will ensure that your Logo Image is never resized and retains the default dimensions of the image you use.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard