height of header

Modern and unique personal portfolio Joomla template ideal for work presentation - support forum.
GK User
Tue Sep 04, 2012 9:11 am
Hi, I would like to change height of the logo, but also if I change the value from template.css nothing change. How I can change the height of the header bar where is put the logo and the menu...???


Thank you
User avatar
Junior Boarder

GK User
Tue Sep 04, 2012 10:42 am
Hi

First of all, i recommend that you use override.css file to place all your css customization.
So you need to enable this file on template parameters > Advanced Settings

Them open this file located on template css directory and try adding this lines:

Code: Select all
#gkNav {height: ?px}
h1#gkLogo a.cssLogo {
   height: ?px;
   width: ?px;
}



Cheers
User avatar
Platinum Boarder

GK User
Tue Sep 04, 2012 3:14 pm
Thanks a lot...)))

all is working now
User avatar
Junior Boarder


cron