Welcome, Guest
Username Password: Remember me

Change width of logo
(1 viewing) (1) Guest
Discussion about "Mobility" Joomla template.
  • Page:
  • 1
  • 2

TOPIC: Change width of logo

Change width of logo 2 years ago #446

How can I change the logo width 120 X 1100 and where ?

Best regards
John

Re: Change width of logo 2 years ago #450

  • milos
  • OFFLINE
  • Support Staff
  • Posts: 2823
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

Re: Change width of logo 2 years ago #455

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

Re: Change width of logo 2 years ago #456

  • milos
  • OFFLINE
  • Support Staff
  • Posts: 2823
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.

Re: Change width of logo 1 year, 10 months ago #835

  • jeyjey
  • OFFLINE
  • Fresh Boarder
  • Posts: 10
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:

<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>

Re: Change width of logo 11 months ago #6138

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.
  • Page:
  • 1
  • 2
Time to create page: 0.08 seconds