What is the code that changes the logo size

1 reply · opened Jun 4, 2018

Sstrive2BcreativeJun 4, 2018

I want to scale down the logo size beginning at 576px window width instead of the 430px width it is currently set to. Can you tell me where to do this? Thank you.

SSemicolon WebSTAFFJun 19, 2018

Hello,

You can customize the Logo Size by modifying the Logo Height along with Top/Bottom Margins. Example:

#logo img {
	height: 70px;
	margin-top: 15px;
	margin-bottom: 15px;
}

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.

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