Author Topic: Change Size of Company Logo  (Read 3016 times)

lcaselles

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Change Size of Company Logo
« on: May 13, 2010, 12:00:31 pm »
Hello

I have been looking for this in Google, Forums and Documentation and I haven't find anything. That's shocking as I consider the default size of company logos (when you view them) as ridiculously small.

How can I increase the size of this? Or at least, which file should I edit?

Thanks!

topper

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Change Size of Company Logo
« Reply #1 on: June 08, 2011, 06:44:45 am »
You need to do some work aroud it since fend hashes the logo file information.

1. If you already uploaded your logo delete it (log in as admin, and update company info)

2. create you own logo file (best in png format) and save it in public\assets\themes\default\images\layout\logo.png, overwriting original file.

3. edit application\layouts\website.php. On line 77 (according to my editor anyway) replace <td style="width:60px"> with the pixel width value of your logo image eg. <td style="width:100px">

4. edit public\assets\themes\default\stylesheets\general\construction.css. Find definition of #logodiv and update the heigh& width properties to match you logo image.