- Posts: 7
- Thank you received: 0
Change width of logo
-
dannenberg
Inactive member - Topic Author
- New Member
Less
More
14 years 11 months ago #446
by dannenberg
Change width of logo was created by dannenberg
How can I change the logo width 120 X 1100 and where ?
Best regards
John
Best regards
John
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
14 years 11 months ago #450
by milos
Replied by milos on topic Re: Change width of logo
It's in layout.css (line 32), default width is 320x120px. Don't forget to resize the logo picture /templates/hot_mobility/images/logo.png
Please Log in to join the conversation.
-
dannenberg
Inactive member - Topic Author
- New Member
Less
More
- Posts: 7
- Thank you received: 0
14 years 11 months ago #455
by dannenberg
Replied by dannenberg on topic Re: Change width of logo
In templates/hot_mobility/css/layout.css
.logo {
height:120px;
width:1100px;
float:left;
}
But it doesn't work there got to be another place where the call for logo is made?
Greatful for any replay on this
Best regards
John
.logo {
height:120px;
width:1100px;
float:left;
}
But it doesn't work there got to be another place where the call for logo is made?
Greatful for any replay on this
Best regards
John
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
14 years 11 months ago #456
by milos
Replied by milos on topic Re: Change width of logo
I think it's too wide. In this case your template width must be over 1500px. Did you change the picture of logo? Anyway, please give me your URL and I will tell you detailed information.
Please Log in to join the conversation.
-
jeyjey
Inactive member - New Member
Less
More
- Posts: 10
- Thank you received: 0
14 years 9 months ago #835
by jeyjey
Replied by jeyjey on topic Re: Change width of logo
Must go in this file:
../public_html/isoladelgiglio.mobi/templates/hot_mobility/index.php
and you must change this code to get your logo matching, in this example there is my logo at www.isoladelgiglio.mobi :
../public_html/isoladelgiglio.mobi/templates/hot_mobility/index.php
and you must change this code to get your logo matching, in this example there is my logo at www.isoladelgiglio.mobi :
Code:
<div class="logo">
<a href="index.php"><img src="<?php echo $this->baseurl ?>/templates/hot_mobility/images/logo.png" width="320" height="70" alt="Isola del Giglio Mobi logo" /></a>
</div>
Please Log in to join the conversation.
-
desmadrao69
Inactive member - New Member
Less
More
- Posts: 5
- Thank you received: 0
13 years 9 months ago #6138
by desmadrao69
Hi, I have changed logo size and update layout.css but I change the size, as I do? used of joomla 1.6.
Replied by desmadrao69 on topic Re: Change width of logo
milos wrote: It's in layout.css (line 32), default width is 320x120px. Don't forget to resize the logo picture /templates/hot_mobility/images/logo.png
Hi, I have changed logo size and update layout.css but I change the size, as I do? used of joomla 1.6.
Please Log in to join the conversation.
Time to create page: 0.081 seconds