- Posts: 1
- Thank you received: 0
Adjust Logo Image Size
-
visionhuixian
Inactive member -
Topic Author
- New Member
-
Less
More
14 years 5 months ago - 14 years 5 months ago #3471
by visionhuixian
Adjust Logo Image Size was created by visionhuixian
Logo Image size in layout.css is set to 126x228 by default. I tried to change it to 126x511 but the image is now still squeezed into 228 width. It appears that height is adjusted but width not? What am I doing wrong? How can i get a bigger logo image working?
Last edit: 14 years 5 months ago by visionhuixian.
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
14 years 5 months ago #3475
by milos
Replied by milos on topic Re: Adjust Logo Image Size
You must edit image dimensions in file /template/hot_furniturestore/index.php. This is arround line 197
Also, you should change lines 73-74:
and increase 232 for as much as you increased the logo width.
Code:
<div id="logo"><a href="index.php"><img src="<?php echo $template_path ?>/images/logo<?php echo $templateStyle; ?>.png" width="228" height="126" alt="joomla furniture store" /></a></div>
Code:
$headerModulesWidth = $templateWidth - 232;
$menuWidth = $templateWidth - 232;
Please Log in to join the conversation.
Time to create page: 0.155 seconds