Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post
Post Image Class Missing From *overall_header.tpl 
 
For the benefit of others.

This line in the overall_headers lacks an image class and the logo-img class  has no affect on the image size. And it makes it difficult to adjust images if they are not close to the same size as the originals without re-sizing them.

Code: [Download] [Hide] [Select]
        <div id="logo-img"><a href="{FULL_SITE_PATH}{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}" /></a></div>


Change it to this.

Code: [Download] [Hide] [Select]
        <div id="logo-img"><a href="{FULL_SITE_PATH}{U_PORTAL}" title="{L_HOME}"><img class="sitelogo_small" src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}" /></a></div>


And in the CSS add this line and adjust to suit the logo image in individual themes.

Code: [Download] [Hide] [Select]
.sitelogo_small {
    width: 200px;
    height: 110px;
}

 



 
mortSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron