Hello,
we just changed the logo (with a more bigger). But when we refresh the page, the logo is ok and a second after the logo appears twice.. It is so strange ?
Do you have a idea to fix this ?
Regard.
first :
logo twice :
.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
background-image: url("../images/logo-cire.png") ;
background-size: 500px
}
/* logo */
.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
background-image: url("../images/logo-cire.png") ;
height: 111px;
width: 788px;
}
#gkLogo, #gkLogoSmall {
margin: 5px 0 5px;
}
.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
background-image: url("../images/logo-cire.png") ;
}
.svg #gkLogoSmall.cssLogo {
background-size: 60%;
}
Cyberek wrote:It cant be done any other way - this template was not prepared for that big logo.
.svg #gkLogoSmall.cssLogo {
background-size: 60%;
height: 70px;
}
Cyberek wrote:I can't access your site - is it accessible under the link you have sent to me?
/* logo */
.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
background-image: url("../images/logo-cire.png") ;
height: 111px;
width: 788px;
}
#gkLogo, #gkLogoSmall {
margin: 5px 0 5px;
}
.svg #gkLogo.cssLogo, .svg #gkLogoSmall.cssLogo {
background-image: url("../images/logo-cire.png") ;
}
.svg #gkLogoSmall.cssLogo {
background-image: url("../images/logo-simple.png");
height: 70px;
}
dieudonne wrote:Hello,
thank you so much for your help.
But do you think it is possible to put the logo-simple.png like in the demo of news2 (on the same line like the menu) ?
Regard.2014-09-12_10h34_59.jpg
.svg #gkLogoSmall.cssLogo {
background-image: url("../images/logo-simple.png");
height: 70px;
width: 150px;
}