Change logo height

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Mon Sep 19, 2011 9:02 pm
Hi there,

I saw this thread 96-yourshop/71138-change-the-logo-width.html#85214 about how to change logo width.
We need to change logo height so i tried to change lines 60 and 61 but no effects at all (logo appears behind top menu). I think there are lot of top menu "items" affected.

Please, could you please tell me what lines i have to change?

Thanks in advance.:)

(and sorry for my poor english);)
User avatar
Fresh Boarder

GK User
Tue Sep 20, 2011 1:56 am
Well original logo height space is at 90px and logo height is 87px so if your logo height is more then 90px then you can edit

template.css file line 39 which is below code. Increase 90px to higher value compare to your logo size.
Code: Select all
#gk-top {
    min-height: 90px;
    overflow: hidden;
}
User avatar
Platinum Boarder

GK User
Tue Sep 20, 2011 1:09 pm
worked!! thanks for all :D
User avatar
Fresh Boarder


cron