Close

Logo Size

JayC
8 years ago
#10301 Quote
Avatar
  • 14
Where can I change the size of the logo container?

I try uploading a logo that is wider than the default and all it does is shrink the logo
hristo
8 years ago
#10302 Quote
Avatar
  • Moderator
  • 172
Hello,

the container of the logo is an element called "header-logo", which by default is limited to 320px width on desktop resolutions in Motion theme.

The code that sets the width of the element is like this (you can find it in your 980.css file):

.header-logo {
    ...
    width: 320px;
    ...  
}

Change the width to whatever suits you.
Regards,
Hristo Gospodinov
Nop-Templates.com