How to change the size of the logo

3 replies · opened Jul 7, 2021

FFergo20Jul 7, 2021

On my website, my logo is way too big and takes up too much space. I have tried changing the logo size in photoshop as well as editing it in the style.css sheet but nothing seems to work. When I refresh the page for a split second it comes out the size I want it but then changes to taking up the entire space of the container. My question would be how do I make the logo smaller and how do I make the height not take up the entire container it is in. Thank you.

SSemicolon WebSTAFFJul 8, 2021

Hello,

Simply use the following CSS Code to fix the Logo Size:
[ch_pre type="css"]#logo img {
height: 57px !important;
}[/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.

FFergo20Jul 8, 2021

Forgot about the !important tag, what an easy fix. Thank you so much!

SSemicolon WebSTAFFJul 10, 2021

Glad the issue was resolved! Very Happy to Help!

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