How to change height of Header

GK User
Wed Jul 13, 2011 9:29 pm
Hi. I've been looking through Gavick Pixellove's css files and I can seem to find a way to edit both the height of the nav bar and logo. I really don't understand how are the style sheets set up in Pixellove. It's completely different.

Is there a way I can change the height nav bar of pixellove. Knowing so may also give me a hint to changing the height of the logo also.

Thanks in advance :)

Btw i'm using the light colored version of pixellove and Style #1 (blue) which I believe is the default style.

Thanks again.
User avatar
Fresh Boarder

Konrad M
Thu Jul 14, 2011 3:57 am
Hi
Try add to override.css
to change nav:
Code: Select all
#gk-nav {
    height: 76px; // here set your height
}


to change logo:
Code: Select all
h1.logo a {
    height: 56px;
}

and remember to enable override.css option in template settings
User avatar


cron