GavickPro / Portfolio-Free-Joomla-Template

3 stars 4 forks source link

Logo Image Size very small #52

Open bobby375 opened 7 years ago

bobby375 commented 7 years ago

My Logo image is 700px x 200px when uploaded, but displays at a very small size.

Can I get the logo to display at the proper height and width?

logodisplayed

PacoPalma commented 7 years ago

search in template.css and modifies the values of max-height and width.

.logo__image { display: block; margin: 0 auto; max-height: 200px; / 64px originalmente luego 200px/ width: 60%; / auto luego 60%/