- Posts: 5
- Thank you received: 0
iPhone template logo stretched
14 years 3 weeks ago #17411
by geoughx
iPhone template logo stretched was created by geoughx
Hello, I need help with the iPhone template: it has stretched (distorted) the main logo of my site, and I can't find where I can set the display properties for the logo!
Thanks!
Thanks!
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
14 years 3 weeks ago #17424
by ivan.milic
Replied by ivan.milic on topic Re: iPhone template logo stretched
In index.php of template:
around line 208:
and around line 218:
first is for devices second for desktop
around line 208:
Code:
<div class="logo"><a href="index.php"><img src="<?php echo $template_path ?>/images/logo.png" width="320" height="81" alt="joomla restaurant template" /></a></div>
and around line 218:
Code:
<div class="logo">
<a href="index.php"><img src="<?php echo $template_path ?>/images/logo.png" width="381" height="96" alt="joomla restaurant template" /></a>
</div>
first is for devices second for desktop
Please Log in to join the conversation.
Time to create page: 0.146 seconds