Hello,
I have a logo.png that spans the entire width, but when I put it there it seems to overlap the menu. I went into the template.css to change:
#gkLogo img {
display: block;
margin: 0;
}
to
#gkLogo img {
display: block;
margin: 0;
height: 88px;
width: 770px;
}
also tried
#gkMenuWrap #gkLogo.cssLogo {
background: transparent url('../images/logo.png') no-repeat 0 0;
/* You can specify there logo size and background */
height: 88px;
width: 770px;
}
did not work...tried to put it in the template: extension manager > template > features & inserted the logo, but that didn't clear the space either.
Thanks in advance