Thank you for this excellent theme. I increased the header to 160px. My logo is 300x150. It continues to display at 100x50. I looked through the style.css and didn't see anything to change. Can the logo size be increased? Thanks.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jefflocke’s picture

I found it. Edit logo height in the page-front.tpl.php .

danpros’s picture

Hello,

Yes, you found it! :) You can edit both page-front.tpl.php and page.tpl.php to change that.

Dan

danpros’s picture

Status: Active » Closed (fixed)

Issue is fixed.

Thanks,

milindras@yahoo.co.uk’s picture

Hi,
I just wanted to change the logo size & I changed the

.logo IMG {
height: 50px;
}

to
.logo IMG {
height: 80px;
}
in the style.css file. It did working only for the home page but when I go to another page logo is overlapping on superfish menu.

I was searching for the logo height in the page-front.tpl.php or page-front.tpl.php but I couldnt found it.
So then I insert is to here :
<a href="<?php print $base_path ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" height="80"/></a>

but No luck.
The version I m using is : 6.x-2.0

Many Thanks

overkill’s picture

Status: Closed (fixed) » Needs review
overkill’s picture

Status: Needs review » Active

I have the same question as milandras in regards to changing my logo height. The menu is not lined up correctly after I increase my logo to 70px, and when doing a search I found his post but it is in closed status. I reopened it so you guys could see it, thanks.

danpros’s picture

Version: 6.x-1.8 » 6.x-2.0

Hi,

To increasing the logo size, you must increasing the header size too.

#header {
height: 66px; <!-- change this -->
position: relative;
width: 950px;
margin: 0 auto;
}

Dan

milindras@yahoo.co.uk’s picture

That did work.
Many thanks for the excerllent Theme!

Many Thanks

danpros’s picture

Status: Active » Closed (fixed)

Congrat! :)

Glad you like the theme. I'll close this.

Thanks,
Dan

rhinenyen’s picture

Sorry to bring this Logo issue up again but....where do I find the Edit logo height in the page-front.tpl.php or in page.tpl.php??? I found .logo IMG in style.css...but just changing that size did not change the page logo size.
Thank You very much for your help!!!

stGeorge-1’s picture

@rhinenyen - if you are still looking then you will find the logo height in style.css or just overide it in local.css

edialogue’s picture

Version: 6.x-2.0 » 7.x-1.0
Status: Closed (fixed) » Active

I was wondering if you can help. I just downloaded the theme and began working on it. Beautiful theme by the way. Thanks for it. Anyway, is there a way to change the size of the logo? I have tried the style.css but nothing works. What do I need to change to increase the logo size? I am using version 7 in my local computer.

The logo is too small. I need to increase the size. Can you help?

BhumikaVarshney’s picture

Issue summary: View changes
Status: Active » Needs review
FileSize
496.48 KB

Hi edialogue,
You can easily adjust logo size by changing css in style.css as per your requirement.
Please search this in style.css file
.logo IMG
Adding screenshot for more details