Logo size changing

3 replies · opened Dec 22, 2020

JJeanDavidSDec 22, 2020

Hello,

I tried tio change the display size of my logo but it keeps to stay at the same size.

I tried to change it throught the html code by adding this line of code in my img logo tag without success:

attachment

Then i tried to change it with the style.css file but it does not work too even if i have cleared the cach on my navigator:
#logo img {
display: block;
max-width: 100%;
max-height: 100%;
height: 50px;
}

It seems that the size is change through code, could you provide help please?

Regards,

Jean David

SSemicolon WebSTAFFDec 23, 2020

Hello,

The Height of the Logo is linked with the Header Height. To change the Logo Height, simply apply the .header-size-custom Class on the #header DIV and then use this CSS Code:
[ch_pre].header-size-custom #logo img {
height: 70px;
}[/ch_pre]

This will definitely work fine. Hope this Helps!

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

JJeanDavidSDec 23, 2020

Hello,

It works perfectly fine!

Thank you very much :)!

Your Template is really cool ! I recommend it.

I would like some more template about user profile modification but it is more an admin template.

Regards,

SSemicolon WebSTAFFDec 23, 2020

Hello,

Very happy to help and Thank You so much for the Kind Words! :)

We will definitely work on your Suggestions in the Updates to be released in the Near Future.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

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