Hi,
I would like to know how to "expand" the logo position, I would like to make the space bigger to put a big logo.
Same thing when I srcool and the menu appear with the logo, I would like a bigger space.
Thank you.
#gkLogo.text > span {
font-size: 56px;
line-height: 45px;
}
#gkLogoSmall.text > span {
font-size: 25px;
line-height: 39px;
}
#gkTop, #gkTop > div {
height: 52px;
}
#gkHeader #gkLogo {
left: 14%;
position: absolute;
top: 90px;
z-index: 1;
}
#gkHeader #gkLogo {
left: 14%;
position: absolute;
top: 32px;
width: 200px;
z-index: 1;
}