Jump to content

[SOLVED] prestashop default banner size change


Recommended Posts

Hi  my site is  http://www.ecigbus.com

 

i just want to change the logo to  this one  http://www.ecigbus.com/img/logo.jpg

 

but after i uploaded it to replace the old one, the pic changed, but the size is still the

 

 width="209" height="52"

 

may i ask where to edit the default size of the logo,  i have used a tool to search, but only find the code on error500.html  file, i deleted it,  refresh, changed nothing.

 

i also tried to edit the theme/my themecss/global.css and found  #header_logo

 

then add
 {... width: .. ; height:...}

 

then it is 

 

#header_logo {
    display: block;
    left: 10px;
    position: absolute;
    top: 23px;

width: 379px;

height: 70px;
}

 

 

refresh, still nothing changed, cleare the smarty cache, still nothing changed.

 

hope you guys can help me about it, thanks.  

Edited by vekia (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...