Results 1 to 8 of 8

Thread: Logo Size

  1. #1
    cs3gallery's Avatar
    cs3gallery is offline Senior Member
    Join Date
    Mar 2010
    Location
    St. George, Utah
    Posts
    71

    Talking Logo Size

    Would anyone by chance know how to change the logo size that displays in 5.5.2? I tried looking for it but cant seem to find where? Any help would be appreciated.

  2. #2
    cs3gallery's Avatar
    cs3gallery is offline Senior Member
    Join Date
    Mar 2010
    Location
    St. George, Utah
    Posts
    71

    Default Re: Logo Size

    So no one can figure this out huh?

  3. #3
    rvgulik is offline Member
    Join Date
    May 2010
    Posts
    9

    Default Re: Logo Size

    212x40 pixels

  4. #4
    alliancecomputers's Avatar
    alliancecomputers is offline Sugar Community Member
    Join Date
    Jun 2010
    Posts
    22

    Default Re: Logo Size

    I would Love to know the answer to this question, If someone knows please help.

    (And please dont Post....."Look in the themes folder" a file name would be nice)

  5. #5
    ivit is offline Sugar Community Member
    Join Date
    Mar 2008
    Posts
    187

    Default Re: Logo Size

    It should be in header.html inside the theme folder. Prepare your logo; upload it; go to the header.html and remove the following logo constraints:
    width="212" height="40"

    If you make really big dimension difference, layout will not be nice.

  6. #6
    alliancecomputers's Avatar
    alliancecomputers is offline Sugar Community Member
    Join Date
    Jun 2010
    Posts
    22

    Default Re: Logo Size

    I don’t think there is a header.html in 5.5.x or I just can’t find it or its counterpart. I can see a header.tpl but there in nothing about size in the file.

  7. #7
    alliancecomputers's Avatar
    alliancecomputers is offline Sugar Community Member
    Join Date
    Jun 2010
    Posts
    22

    Default Re: Logo Size

    OK Got it........

    It's in the _companyLogo.tpl file.

    themes/default/tpls/_companyLogo.tpl

    Change this:
    <div id="companyLogo">
    <img src="{$COMPANY_LOGO_URL}" width="{$COMPANY_LOGO_WIDTH}" height="{$COMPANY_LOGO_HEIGHT}" alt="Company Logo" border="0"/>
    </div>

    To any size you what, Like so:
    <div id="companyLogo">
    <img src="{$COMPANY_LOGO_URL}" width="317px" height="117px"
    alt="Company Logo" border="0"/>
    </div>

    I don't think this is upgrade safe, and im not sure of all the consequences of this action (like theme change)BUT HAY, It works for me.

  8. #8
    m3suriya is offline Senior Member
    Join Date
    Jan 2010
    Location
    Chennai, INDIA
    Posts
    129

    Default Re: Logo Size

    Regards & Thanks
    UDAY
    __________________
    WinXP / SugarCE v5.5 / Apache 2.2 / PHP 5.2.11 / MySQL 5.1.36

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Logo size
    By muscariello in forum Help
    Replies: 0
    Last Post: 2010-01-22, 08:55 AM
  2. Please help with logo!!!!
    By Xeniya in forum Help
    Replies: 14
    Last Post: 2009-08-14, 05:46 PM
  3. Change in Logo size
    By biplob in forum Help
    Replies: 2
    Last Post: 2009-06-22, 08:34 AM
  4. Change Logo size
    By stheologo in forum Help
    Replies: 2
    Last Post: 2008-04-29, 07:51 AM

Bookmarks

Posting Permissions

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