Close

Logo Size

aesperon
10 years ago
#2533 Quote
Avatar
  • 3
how can I change the size of the logo?  I try here:

a.logo{background: url("images/logo.png") no-repeat scroll 0 0 transparent;display:block;width:300px;height:139px;text-decoration:none;}

I just see half of the logo.
Boyko
10 years ago
#2538 Quote
Avatar
  • Moderator
  • 1570
aesperon wrote:
how can I change the size of the logo


Hi aesperon,

You can change the size of the logo by uploading a different logo image and then adjust the styling of the logo link in the css of the theme Themes\ShopAll\Content\styles.css
Modify this css definition:

a.logo
{
    background: url('images/logo.png');
    display: block;
    width: 195px;
    height: 118px;
    text-decoration: none;
}


Hope this helps!
Regards,
Nop-Templates.com Team