im having an issue with my logo please help
PHP Code:/* LOGO */
div.logo{
width: 90px;
height: 43px;
position: absolute;
top: 20px;
left: 20px;
}
div.logo[serveur="alpha"]{
background-image:url(../images/logo.png);
}
http://imgur.com/5LyRTpT
im having an issue with my logo please help
PHP Code:/* LOGO */
div.logo{
width: 90px;
height: 43px;
position: absolute;
top: 20px;
left: 20px;
}
div.logo[serveur="alpha"]{
background-image:url(../images/logo.png);
}
http://imgur.com/5LyRTpT
Change your:
width: 90px;
My width is already 90
/* LOGO */
div.logo{
width: 90px;
height: 43px;
position: absolute;
top: 20px;
left: 20px;
}
Yes I mean, change the width of your logo...
Try width: 70px;
Is this right ?
http://imgur.com/wnGVRTB
Depending whether the image has any space around it. Just play around changing the width until you get it correct.
Width with the Code or Image
With the code.
Ok im doning that now and saving it but its not updating am i supposed to clear cache or somet?
Clear cache every time you update it. If you have CloudFlare, put on developers mode.
asesinato nothing is not working still,
![]()
Ok i figured it out Thanks Glee & asesinato