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.
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.
So no one can figure this out huh?
212x40 pixels
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)
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.
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.
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.
Regards & Thanks
UDAY
__________________
WinXP / SugarCE v5.5 / Apache 2.2 / PHP 5.2.11 / MySQL 5.1.36
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks