The logo does not adjust

5 replies · opened Apr 9, 2020

CcristiansantanamApr 9, 2020

Hello guys,
I'm putting my company logo on the web but the size doesn't fit properly.
http://dev.aluminiojuliofernandez.com/
Could you helpme please.
Logo attached (two diferents size)
Thanks.

SSemicolon WebSTAFFApr 11, 2020

Hello,

Since, the Logo Area is flexible, the Logo Image is too long for the available area. You can consider making your Logo smaller to fit the area using the following CSS Code:


#logo img {
	height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}

You can adjust the values according to your needs. Hope this Helps!

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

CcristiansantanamApr 16, 2020

Hello
I've modified style.css
The lines: 1056
from:
#logo img {
display: block;
max-width: 100%;
}
to:
#logo img {
height: 60px;
margin-top: 20px;
margin-bottom: 20px;
}

but it didn't work.

CSS attached.

could you helpme please.

thanks.

SSemicolon WebSTAFFApr 16, 2020

Hello,

Never modify the style.css or the default CSS Files. Instead use the css/custom.css File. Make sure to check out the Complete Instructions provided in the Documentation > Start > Customization Section.

Hope this Helps!

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

CcristiansantanamApr 16, 2020

Hello,

I didn't see this possibility.

I've already fixed it with your instructions.

Thank you very much for your help.

SSemicolon WebSTAFFApr 16, 2020

Hello,

Glad the issues were 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