Thread: resizing a logo

Results 1 to 10 of 10
  1. #1
    Join Date
    Apr 2008
    Posts
    32
    Plugin Contributions
    0

    Default resizing a logo

    Ive got a logo that I uploaded to my server and when I go to the website it looks to small. I am just begining with all of this and was wondering if anyone could help. Is this something that I would adjust in the stylesheet file on the server or some other file. Again I am new to all of this coding and websites thing. My site to see what I mean is decaldreams .com

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: resizing a logo

    Quote Originally Posted by alillowr View Post
    Ive got a logo that I uploaded to my server and when I go to the website it looks to small. I am just begining with all of this and was wondering if anyone could help. Is this something that I would adjust in the stylesheet file on the server or some other file. Again I am new to all of this coding and websites thing. My site to see what I mean is decaldreams .com
    The size is 224 x 201

    Most Logo have a width of 100px to 120 px.

  3. #3
    Join Date
    Apr 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: resizing a logo

    Well thank you for the general information about logos, since mine isnt the case that you are describing can anyone help me into what I was previously asking. the goal is to have the logo with the text nice and clear on the top of my website. If I shrunk the image down even more to what size you are talking about then it defenitely wouldnt be clear.

  4. #4
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: resizing a logo

    You can have a larger logo.

    In includes/languages/english/YOUR_TEMPLATE/header.php, look for:

    Code:
      define('HEADER_LOGO_WIDTH', '192px');
      define('HEADER_LOGO_HEIGHT', '64px');
      define('HEADER_LOGO_IMAGE', 'logo.gif');
    and change it to:

    Code:
      define('HEADER_LOGO_WIDTH', '223px');
      define('HEADER_LOGO_HEIGHT', '200px');
      define('HEADER_LOGO_IMAGE', 'logo.gif');
    This may throw off your page width, but you can probably adjust the logo size later.

    If you look at the Holzheimer site in my sig, the logo is 176x185. The logo for the Fan Odyssey site is 862x110.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  5. #5
    Join Date
    Apr 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: resizing a logo

    Thanks that helped some, but I still cannot get it right, I have been trying all kinds of different sizes and percents, cropped original image hoping that would help. No matter what I do it pretty much still looks bad on the site. here is the image file if it helps. I just dont get it.
    Attached Images Attached Images  

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: resizing a logo

    It looks to me like your logo image is 480 X 203 (or 507 X 214) - maybe use those numbers in afo's instructions?

    You might also post in the Apple Zen support thread.
    Last edited by stevesh; 18 Apr 2008 at 09:55 PM.

  7. #7
    Join Date
    Apr 2008
    Posts
    32
    Plugin Contributions
    0

    Default Re: resizing a logo

    Okay I will try and post in the Apple Zen support thread.

  8. #8
    Join Date
    May 2007
    Posts
    65
    Plugin Contributions
    0

    Default Header/Logo

    Does the logo have to be in gif format ?

    also, what is the ideal file size ?

    please explain how I get the 'px'

    thanks

    Liz

  9. #9
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: resizing a logo

    The logo can be in jpg format as well. I'm not sure about png.

    If you use a different format, just indicate it in includes/languages/english/YOUR_TEMPLATE/header.php.

    Code:
    define('HEADER_LOGO_IMAGE', 'logo.jpg');
    You can find out the size with an image editor like Photoshop or Paint Shop Pro.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  10. #10
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: resizing a logo

    Also, if you use Windows anyway, you can hover your mouse pointer over the image (or the file name of the image in Windows Explorer) and you'll see a popup with the Dimensions: of the image, in pixels (or px).

    There isn't an ideal size - it depends on what you want your header to look like. The standard Zencart logo is 192 X 64.

 

 

Similar Threads

  1. Logo Resizing Issue
    By ctchristmas in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 Jul 2010, 04:19 PM
  2. Resizing email header logo
    By ticklefish1 in forum General Questions
    Replies: 5
    Last Post: 15 Apr 2009, 03:09 PM
  3. Resizing Logo.gif's Header Height
    By bendlikewillow in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Jun 2008, 03:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg