Changing Logo

Hi,

I replaced the /images/logo.png, but my logo is 225x110px and it doesn’t fit in the space provided. How can I make it fit without making it any smaller?

Thanks!

1 answer

Profile photo of Sherlock 0.00 $tone August 9, 2013
Public

Hi mate,

you can open the file of skin/frontend/default/jm_skates/css/theme.css there look for this css rule

HTML Code:

 h1#logo a {
  background-position: left top;
  background-repeat: no-repeat;
  color: [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=EEEEEE]#EEEEEE[/URL]
  display: block;
  font-size: 250%;
  height: 45px;
  margin-bottom: -15px;
  text-decoration: none;
  text-indent: -99999px;
  width: 165px;
}

here you can change the width and height attribute to get the new logo fit.

#1

Please login or Register to Submit Answer

Written By

Comments